Html Css Color HEX #580B72 Indigo

📋 copy color: '#580B72'

red 88 ◦ green 11 ◦ blue 114

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

Shades of Indigo #580B72

Tints of Indigo #580B72

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.16%

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

R = 41.31%
G = 5.16%
B = 53.52%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580B72 (or 0x580B72) is known color: Indigo. HEX triplet: 58, 0B and 72. RGB value is (88,11,114). Sum of RGB (Red+Green+Blue) = 88+11+114=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #580B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B72 is #A7F48D. Grayscale: #2D2D2D. Windows color (decimal): -11007118 or 7474008. OLE color: 7474008.

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

Color convert

RGB 88 11 114 -
CMYK 0.23 0.90 0 0.55
HSL 284.85º 0.82% 0.25% -
HSV(B) 284.85º 0.9% 0.45% -
XYZ 7.18 3.53 16.22 -
YUV 45.77 166.51 158.12 -
System Red Green Blue C M Y K H S L
Decimal 88 11 114 0.23 0.90 0 0.55 284.85 0.82 0.25
Hex 58 B 72 17 5A 0 37 11D 52 19
Octal 130 13 162 27 132 0 67 435 122 31
Binary 1011000 1011 1110010 10111 1011010 0 110111 100011101 1010010 11001

Color Harmonies of #580B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B72

Black with #580B72

Text Example


Text Example

White with #580B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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