#591594

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

Shades of Indigo #591594

Tints of Indigo #591594

Color information

#591594 (or 0x591594) is unknown color: approx Indigo. HEX triplet: 59, 15 and 94. RGB value is (89,21,148). Sum of RGB (Red+Green+Blue) = 89+21+148=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #591594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591594 is #A6EA6B. Grayscale: #373737. Windows color (decimal): -10938988 or 9704793. OLE color: 9704793.

HSL color Cylindrical-coordinate representation of color #591594: hue angle of 272.13º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591594 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8921148-
CMYK0.400.8600.42
HSL272.13º75.15%33.14%-
HSV(B)272.13º85.81%58.04%-
XYZ9.734.828.43-
YUV55.81180.03151.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.50%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 148 (58.20% from 255) = 57.36%
R=34.50%
G=8.14%
B=57.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89211480.400.8600.42272.1375.1533.14
Hex591594285602A1104b21
Octal131252245012605242011341
Binary10110011010110010100101000101011001010101000100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591594; }

 p { color: rgb(89,21,148); }

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

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

 a { background-color: rgb(89,21,148); }

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

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

 span { border-color: rgb(89,21,148); }

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