#590F9E

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

Shades of Indigo #590F9E

Tints of Indigo #590F9E

Color information

#590F9E (or 0x590F9E) is unknown color: approx Indigo. HEX triplet: 59, 0F and 9E. RGB value is (89,15,158). Sum of RGB (Red+Green+Blue) = 89+15+158=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #590F9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590F9E is #A6F061. Grayscale: #343434. Windows color (decimal): -10940514 or 10358617. OLE color: 10358617.

HSL color Cylindrical-coordinate representation of color #590F9E: hue angle of 271.05º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590F9E is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8915158-
CMYK0.440.9100.38
HSL271.05º82.66%33.92%-
HSV(B)271.05º90.51%61.96%-
XYZ10.464.9332.75-
YUV53.43187.02153.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.97%
GREEN value IS 15 (6.25% from 255) = 5.73%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=33.97%
G=5.73%
B=60.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89151580.440.9100.38271.0582.6633.92
Hex59F9E2C5B02610f5322
Octal131172365413304641712342
Binary1011001111110011110101100101101101001101000011111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,15,158); }

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

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

 a { background-color: rgb(89,15,158); }

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

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

 span { border-color: rgb(89,15,158); }

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