#580B6E

Color #580B6E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #580B6E

Tints of Indigo #580B6E

Color information

#580B6E (or 0x580B6E) is unknown color: approx Indigo. HEX triplet: 58, 0B and 6E. RGB value is (88,11,110). Sum of RGB (Red+Green+Blue) = 88+11+110=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #580B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B6E is #A7F491. Grayscale: #2C2C2C. Windows color (decimal): -11007122 or 7211864. OLE color: 7211864.

HSL color Cylindrical-coordinate representation of color #580B6E: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580B6E is Cyan = 0.2, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8811110-
CMYK0.20.900.57
HSL286.67º81.82%23.73%-
HSV(B)286.67º90%43.14%-
XYZ6.963.4415.05-
YUV45.31164.51158.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 11 (4.69% from 255) = 5.26%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=42.11%
G=5.26%
B=52.63%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88111100.20.900.57286.6781.8223.73
Hex58B6E145A03911f5218
Octal130131562413207143712230
Binary1011000101111011101010010110100111001100011111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #580B6E;
 }
 .AnyTagClassName
 {
   color: #580B6E;
 }
</style>
background-color css

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

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

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

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

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

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