Html Css Color HEX #580772 Indigo

📋 copy color: '#580772'

red 88 ◦ green 7 ◦ blue 114

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

Shades of Indigo #580772

Tints of Indigo #580772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

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

R = 42.11%
G = 3.35%
B = 54.55%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580772 (or 0x580772) is known color: Indigo. HEX triplet: 58, 07 and 72. RGB value is (88,7,114). Sum of RGB (Red+Green+Blue) = 88+7+114=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #580772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580772 is #A7F88D. Grayscale: #2B2B2B. Windows color (decimal): -11008142 or 7472984. OLE color: 7472984.

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

Color convert

RGB 88 7 114 -
CMYK 0.23 0.94 0 0.55
HSL 285.42º 0.88% 0.24% -
HSV(B) 285.42º 0.94% 0.45% -
XYZ 7.14 3.44 16.21 -
YUV 43.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 88 7 114 0.23 0.94 0 0.55 285.42 0.88 0.24
Hex 58 7 72 17 5E 0 37 11D 58 18
Octal 130 7 162 27 136 0 67 435 130 30
Binary 1011000 111 1110010 10111 1011110 0 110111 100011101 1011000 11000

Color Harmonies of #580772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580772

Black with #580772

Text Example


Text Example

White with #580772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580772; }

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

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

background-color css

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

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

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

border-color css

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

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

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