Html Css Color HEX #580399 Indigo

📋 copy color: '#580399'

red 88 ◦ green 3 ◦ blue 153

#580399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #580399

Tints of Indigo #580399

RGB

 RED value IS 88 (34.77% from 255) = 36.07%

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 153 (60.16% from 255) = 62.7%

R = 36.07%
G = 1.23%
B = 62.7%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#580399 (or 0x580399) is known color: Indigo. HEX triplet: 58, 03 and 99. RGB value is (88,3,153). Sum of RGB (Red+Green+Blue) = 88+3+153=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #580399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580399 is #A7FC66. Grayscale: #2D2D2D. Windows color (decimal): -11009127 or 10027864. OLE color: 10027864.

HSL color Cylindrical-coordinate representation of color #580399: hue angle of 274º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580399 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 3 153 -
CMYK 0.42 0.98 0 0.4
HSL 274º 0.96% 0.31% -
HSV(B) 274º 0.98% 0.6% -
XYZ 9.81 4.44 30.48 -
YUV 45.52 188.66 158.3 -
System Red Green Blue C M Y K H S L
Decimal 88 3 153 0.42 0.98 0 0.4 274 0.96 0.31
Hex 58 3 99 2A 62 0 28 112 60 1F
Octal 130 3 231 52 142 0 50 422 140 37
Binary 1011000 11 10011001 101010 1100010 0 101000 100010010 1100000 11111

Color Harmonies of #580399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580399

Black with #580399

Text Example


Text Example

White with #580399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580399; }

 p { color: rgb(88,3,153); }

 H1.HeaderClassName
 {
   color: #580399;
 }
 .AnyTagClassName
 {
   color: #580399;
 }
</style>

background-color css

<style>
 a { background-color: #580399; }

 a { background-color: rgb(88,3,153); }

 div.DivClassName
 {
   background-color: #580399;
 }
 .BgClassName
 {
   background-color: #580399;
 }
</style>

border-color css

<style>
 span { border-color: #580399; }

 span { border-color: rgb(88,3,153); }

 td.TdClassName
 {
   border-color: #580399;
 }
 .TagClassName
 {
   border-color: #580399;
 }
</style>