#581899

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

Shades of Indigo #581899

Tints of Indigo #581899

Color information

#581899 (or 0x581899) is unknown color: approx Indigo. HEX triplet: 58, 18 and 99. RGB value is (88,24,153). Sum of RGB (Red+Green+Blue) = 88+24+153=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #581899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581899 is #A7E766. Grayscale: #393939. Windows color (decimal): -11003751 or 10033240. OLE color: 10033240.

HSL color Cylindrical-coordinate representation of color #581899: hue angle of 269.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581899 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8824153-
CMYK0.420.8400.4
HSL269.77º72.88%34.71%-
HSV(B)269.77º84.31%60%-
XYZ10.15.0330.58-
YUV57.84181.7149.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=33.21%
G=9.06%
B=57.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88241530.420.8400.4269.7772.8834.71
Hex5818992A5402810e4923
Octal130302315212405041611143
Binary10110001100010011001101010101010001010001000011101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581899; }

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

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

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

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

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

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

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

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