#581489

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

Shades of Indigo #581489

Tints of Indigo #581489

Color information

#581489 (or 0x581489) is unknown color: approx Indigo. HEX triplet: 58, 14 and 89. RGB value is (88,20,137). Sum of RGB (Red+Green+Blue) = 88+20+137=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #581489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581489 is #A7EB76. Grayscale: #353535. Windows color (decimal): -11004791 or 8983640. OLE color: 8983640.

HSL color Cylindrical-coordinate representation of color #581489: hue angle of 274.87º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581489 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8820137-
CMYK0.360.8500.46
HSL274.87º74.52%30.78%-
HSV(B)274.87º85.4%53.73%-
XYZ8.794.3824.05-
YUV53.67175.03152.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 137 (53.91% from 255) = 55.92%
R=35.92%
G=8.16%
B=55.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88201370.360.8500.46274.8774.5230.78
Hex581489245502E1134b1f
Octal130242114412505642311337
Binary1011000101001000100110010010101010101110100010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581489; }

 p { color: rgb(88,20,137); }

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

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

 a { background-color: rgb(88,20,137); }

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

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

 span { border-color: rgb(88,20,137); }

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