Html Css Color HEX #580472 Indigo

📋 copy color: '#580472'

red 88 ◦ green 4 ◦ blue 114

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

Shades of Indigo #580472

Tints of Indigo #580472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 42.72%
G = 1.94%
B = 55.34%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580472 (or 0x580472) is known color: Indigo. HEX triplet: 58, 04 and 72. RGB value is (88,4,114). Sum of RGB (Red+Green+Blue) = 88+4+114=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #580472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580472 is #A7FB8D. Grayscale: #292929. Windows color (decimal): -11008910 or 7472216. OLE color: 7472216.

HSL color Cylindrical-coordinate representation of color #580472: hue angle of 285.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580472 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 4 114 -
CMYK 0.23 0.96 0 0.55
HSL 285.82º 0.93% 0.23% -
HSV(B) 285.82º 0.96% 0.45% -
XYZ 7.11 3.38 16.2 -
YUV 41.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 88 4 114 0.23 0.96 0 0.55 285.82 0.93 0.23
Hex 58 4 72 17 60 0 37 11E 5D 17
Octal 130 4 162 27 140 0 67 436 135 27
Binary 1011000 100 1110010 10111 1100000 0 110111 100011110 1011101 10111

Color Harmonies of #580472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580472

Black with #580472

Text Example


Text Example

White with #580472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580472; }

 p { color: rgb(88,4,114); }

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

background-color css

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

 a { background-color: rgb(88,4,114); }

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

border-color css

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

 span { border-color: rgb(88,4,114); }

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