#590BA7

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

Shades of Indigo #590BA7

Tints of Indigo #590BA7

Color information

#590BA7 (or 0x590BA7) is unknown color: approx Indigo. HEX triplet: 59, 0B and A7. RGB value is (89,11,167). Sum of RGB (Red+Green+Blue) = 89+11+167=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 167 (65.62% from 255 or 62.55% from 267); Max value from RGB is 167 - color contains mainly: blue. Hex color #590BA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590BA7 is #A6F458. Grayscale: #333333. Windows color (decimal): -10941529 or 10947417. OLE color: 10947417.

HSL color Cylindrical-coordinate representation of color #590BA7: hue angle of 270º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590BA7 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8911167-
CMYK0.470.9300.35
HSL270º87.64%34.9%-
HSV(B)270º93.41%65.49%-
XYZ11.215.1536.96-
YUV52.11192.84154.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 167 (65.62% from 255) = 62.55%
R=33.33%
G=4.12%
B=62.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89111670.470.9300.3527087.6434.9
Hex59BA72F5D02310e5823
Octal131132475713504341613043
Binary1011001101110100111101111101110101000111000011101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,11,167); }

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

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

 a { background-color: rgb(89,11,167); }

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

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

 span { border-color: rgb(89,11,167); }

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