#581199

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

Shades of Indigo #581199

Tints of Indigo #581199

Color information

#581199 (or 0x581199) is unknown color: approx Indigo. HEX triplet: 58, 11 and 99. RGB value is (88,17,153). Sum of RGB (Red+Green+Blue) = 88+17+153=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #581199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581199 is #A7EE66. Grayscale: #353535. Windows color (decimal): -11005543 or 10031448. OLE color: 10031448.

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

Color convert

RGB8817153-
CMYK0.420.8900.4
HSL271.32º80%33.33%-
HSV(B)271.32º88.89%60%-
XYZ9.974.7830.53-
YUV53.73184.02152.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.11%
GREEN value IS 17 (7.03% from 255) = 6.59%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=34.11%
G=6.59%
B=59.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88171530.420.8900.4271.328033.33
Hex5811992A5902810f5021
Octal130212315213105041712041
Binary10110001000110011001101010101100101010001000011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581199; }

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

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

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

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

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

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

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

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