#581599

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

Shades of Indigo #581599

Tints of Indigo #581599

Color information

#581599 (or 0x581599) is unknown color: approx Indigo. HEX triplet: 58, 15 and 99. RGB value is (88,21,153). Sum of RGB (Red+Green+Blue) = 88+21+153=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #581599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581599 is #A7EA66. Grayscale: #373737. Windows color (decimal): -11004519 or 10032472. OLE color: 10032472.

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

Color convert

RGB8821153-
CMYK0.420.8600.4
HSL270.45º75.86%34.12%-
HSV(B)270.45º86.27%60%-
XYZ10.044.9130.56-
YUV56.08182.7150.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 153 (60.16% from 255) = 58.40%
R=33.59%
G=8.02%
B=58.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal88211530.420.8600.4270.4575.8634.12
Hex5815992A5602810e4c22
Octal130252315212605041611442
Binary10110001010110011001101010101011001010001000011101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581599; }

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

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

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

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

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

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

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

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