COLOR #580299

HEX: #580299
RGB: (88,2,153)

Renk bilgisi

#580299 contains mainly blue color. #580299 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#580299 color RGB value is (88,2,153).

  • kırmız ton 88;
  • yeşil ton 2;
  • mavi ton 153.
RGB:
(88,2,153)
(35%,1%,60%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 2 of 255 = 1%
B 153 of 255 = 60%

88
2
153

R + G + B ~ 32%. #580299 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 2 + 153 = 243 (100%)
R 88 of 243 ~ 36.21%
G 2 of 243 ~ 0.82%
B 153 of 243 ~ 62.96%

%36.21
%62.96

CMYK RENK MODELİ

#580299 rengi CMYK tonu (42,99,0,40).

  • camgöbeği tonu 42.48%
  • eflatun tonu 98.69%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(42,99,0,40)
C42M99Y0K40 
(42%,99%,0%,40%)
(0.42/0.99/0.00/0.40)	

CMYK yüzdeleri

%42.48
%98.69
%0
%40

Codes

Color #580299 in popluar color models

580299
RGB882153
HSL274°97.42%30.39%
HSB/HSV274°98.69%60.00%
CMYK42.48%98.69%0.00%
40.00%

Color #580299 in popluar number systems.

HEX580299
Decimal882153
Binary10110001010011001
Octal1302231

Shades and tints

Shades of #580299

#580299
(88,2,153)
#50028C
(80,2,140)
#48027F
(72,2,127)
#400272
(64,2,114)
#380265
(56,2,101)
#300258
(48,2,88)
#28024B
(40,2,75)
#20023E
(32,2,62)
#180231
(24,2,49)
#100224
(16,2,36)
#080217
(8,2,23)
#000000
(0,0,0)

Tints of #580299

#580299
(88,2,153)
#6719A2
(103,25,162)
#7630AB
(118,48,171)
#8547B4
(133,71,180)
#945EBD
(148,94,189)
#A375C6
(163,117,198)
#B28CCF
(178,140,207)
#C1A3D8
(193,163,216)
#D0BAE1
(208,186,225)
#DFD1EA
(223,209,234)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580299 color. Also use rgb(88,2,153) instead hex code.

Text Font Color

.myTextColor { color: #580299; }

<p style="color:#580299">This sample text font color is #580299.</p>

This text font color is #580299.


Background Color

.myBgColor { background-color: #580299; }

<div style="background-color:#580299">Inner text</div>

This div background color is #580299.


Border color

.myBorderColor { border: 1px solid #580299; }

<div style="border:3px solid #580299">Div</div>

This div border color is #580299.


Opacity

.myOpacity80 { color: #580299; opacity: 0.8; }

<p style="color:#580299;opacity:0.8;">80%</p>

Text with #580299 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #580299;}

<p style="text-shadow: 3px 3px 1px #580299">Text here.</p>

This text has shadow with #580299 color.

.textShadow {text-shadow: 3px 3px 1px #580299, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #580299, 5px 5px 20px red">Text here.</p>

This text has shadow with #580299 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#580299, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#580299, Direction=45, Strength=4)">Text</p>

This text has shadow with #580299 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #580299;
  -webkit-box-shadow:	1px 1px 3px 2px #580299;
  box-shadow:		1px 1px 3px 2px #580299;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #580299;
-webkit-box-shadow: 1px 1px 3px 2px #580299;
box-shadow:1px 1px 3px 2px #580299;">
Div content here</div>
This div box has shadow with color #580299.

Preview

Color preview on black background

This text has color #580299 on black background.


Color preview on white background

This text has color #580299 on white background.



Black color preview on #580299 background

This text has black color on #580299 background.


White color preview on #580299 background

This text has white color on #580299 background.