#590D97

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

Shades of Indigo #590D97

Tints of Indigo #590D97

Color information

#590D97 (or 0x590D97) is unknown color: approx Indigo. HEX triplet: 59, 0D and 97. RGB value is (89,13,151). Sum of RGB (Red+Green+Blue) = 89+13+151=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #590D97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590D97 is #A6F268. Grayscale: #323232. Windows color (decimal): -10941033 or 9899353. OLE color: 9899353.

HSL color Cylindrical-coordinate representation of color #590D97: hue angle of 273.04º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590D97 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8913151-
CMYK0.410.9100.41
HSL273.04º84.15%32.16%-
HSV(B)273.04º91.39%59.22%-
XYZ9.854.6529.66-
YUV51.46184.18154.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 151 (59.38% from 255) = 59.68%
R=35.18%
G=5.14%
B=59.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89131510.410.9100.41273.0484.1532.16
Hex59D97295B0291115420
Octal131152275113305142112440
Binary1011001110110010111101001101101101010011000100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590D97; }

 p { color: rgb(89,13,151); }

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

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

 a { background-color: rgb(89,13,151); }

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

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

 span { border-color: rgb(89,13,151); }

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