#580B78

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

Shades of Indigo #580B78

Tints of Indigo #580B78

Color information

#580B78 (or 0x580B78) is unknown color: approx Indigo. HEX triplet: 58, 0B and 78. RGB value is (88,11,120). Sum of RGB (Red+Green+Blue) = 88+11+120=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #580B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B78 is #A7F487. Grayscale: #2E2E2E. Windows color (decimal): -11007112 or 7867224. OLE color: 7867224.

HSL color Cylindrical-coordinate representation of color #580B78: hue angle of 282.39º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580B78 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8811120-
CMYK0.270.9100.53
HSL282.39º83.21%25.69%-
HSV(B)282.39º90.83%47.06%-
XYZ7.533.6718.08-
YUV46.45169.51157.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=40.18%
G=5.02%
B=54.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88111200.270.9100.53282.3983.2125.69
Hex58B781B5B03511a531a
Octal130131703313306543212332
Binary1011000101111110001101110110110110101100011010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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