Html Css Color HEX #580972 Indigo

📋 copy color: '#580972'

red 88 ◦ green 9 ◦ blue 114

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

Shades of Indigo #580972

Tints of Indigo #580972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 41.71%
G = 4.27%
B = 54.03%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580972 (or 0x580972) is known color: Indigo. HEX triplet: 58, 09 and 72. RGB value is (88,9,114). Sum of RGB (Red+Green+Blue) = 88+9+114=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #580972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580972 is #A7F68D. Grayscale: #2C2C2C. Windows color (decimal): -11007630 or 7473496. OLE color: 7473496.

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

Color convert

RGB 88 9 114 -
CMYK 0.23 0.92 0 0.55
HSL 285.14º 0.85% 0.24% -
HSV(B) 285.14º 0.92% 0.45% -
XYZ 7.16 3.48 16.21 -
YUV 44.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 88 9 114 0.23 0.92 0 0.55 285.14 0.85 0.24
Hex 58 9 72 17 5C 0 37 11D 55 18
Octal 130 11 162 27 134 0 67 435 125 30
Binary 1011000 1001 1110010 10111 1011100 0 110111 100011101 1010101 11000

Color Harmonies of #580972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580972

Black with #580972

Text Example


Text Example

White with #580972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580972; }

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

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

background-color css

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

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

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

border-color css

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

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

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