#581987

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

Shades of Indigo #581987

Tints of Indigo #581987

Color information

#581987 (or 0x581987) is unknown color: approx Indigo. HEX triplet: 58, 19 and 87. RGB value is (88,25,135). Sum of RGB (Red+Green+Blue) = 88+25+135=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #581987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581987 is #A7E678. Grayscale: #383838. Windows color (decimal): -11003513 or 8853848. OLE color: 8853848.

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

Color convert

RGB8825135-
CMYK0.350.8100.47
HSL274.36º68.75%31.37%-
HSV(B)274.36º81.48%52.94%-
XYZ8.754.5223.33-
YUV56.38172.37150.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=35.48%
G=10.08%
B=54.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88251350.350.8100.47274.3668.7531.37
Hex581987235102F112451f
Octal130312074312105742210537
Binary1011000110011000011110001110100010101111100010010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581987; }

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

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

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

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

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

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

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

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