#581099

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

Shades of Indigo #581099

Tints of Indigo #581099

Color information

#581099 (or 0x581099) is unknown color: approx Indigo. HEX triplet: 58, 10 and 99. RGB value is (88,16,153). Sum of RGB (Red+Green+Blue) = 88+16+153=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #581099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581099 is #A7EF66. Grayscale: #343434. Windows color (decimal): -11005799 or 10031192. OLE color: 10031192.

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

Color convert

RGB8816153-
CMYK0.420.9000.4
HSL271.53º81.07%33.14%-
HSV(B)271.53º89.54%60%-
XYZ9.964.7530.53-
YUV53.15184.35152.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=34.24%
G=6.23%
B=59.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88161530.420.9000.4271.5381.0733.14
Hex5810992A5A0281105121
Octal130202315213205042012141
Binary10110001000010011001101010101101001010001000100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581099; }

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

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

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

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

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

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

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

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