#581887

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

Shades of Indigo #581887

Tints of Indigo #581887

Color information

#581887 (or 0x581887) is unknown color: approx Indigo. HEX triplet: 58, 18 and 87. RGB value is (88,24,135). Sum of RGB (Red+Green+Blue) = 88+24+135=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #581887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581887 is #A7E778. Grayscale: #373737. Windows color (decimal): -11003769 or 8853592. OLE color: 8853592.

HSL color Cylindrical-coordinate representation of color #581887: hue angle of 274.59º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581887 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8824135-
CMYK0.350.8200.47
HSL274.59º69.81%31.18%-
HSV(B)274.59º82.22%52.94%-
XYZ8.724.4823.33-
YUV55.79172.7150.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=35.63%
G=9.72%
B=54.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88241350.350.8200.47274.5969.8131.18
Hex581887235202F113461f
Octal130302074312205742310637
Binary1011000110001000011110001110100100101111100010011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581887; }

 p { color: rgb(88,24,135); }

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

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

 a { background-color: rgb(88,24,135); }

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

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

 span { border-color: rgb(88,24,135); }

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