Html Css Color HEX #580E72 Indigo

📋 copy color: '#580E72'

red 88 ◦ green 14 ◦ blue 114

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

Shades of Indigo #580E72

Tints of Indigo #580E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.48%

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

R = 40.74%
G = 6.48%
B = 52.78%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580E72 (or 0x580E72) is known color: Indigo. HEX triplet: 58, 0E and 72. RGB value is (88,14,114). Sum of RGB (Red+Green+Blue) = 88+14+114=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #580E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E72 is #A7F18D. Grayscale: #2F2F2F. Windows color (decimal): -11006350 or 7474776. OLE color: 7474776.

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

Color convert

RGB 88 14 114 -
CMYK 0.23 0.88 0 0.55
HSL 284.4º 0.78% 0.25% -
HSV(B) 284.4º 0.88% 0.45% -
XYZ 7.22 3.6 16.23 -
YUV 47.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 88 14 114 0.23 0.88 0 0.55 284.4 0.78 0.25
Hex 58 E 72 17 58 0 37 11C 4E 19
Octal 130 16 162 27 130 0 67 434 116 31
Binary 1011000 1110 1110010 10111 1011000 0 110111 100011100 1001110 11001

Color Harmonies of #580E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E72

Black with #580E72

Text Example


Text Example

White with #580E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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