#590B9B

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

Shades of Indigo #590B9B

Tints of Indigo #590B9B

Color information

#590B9B (or 0x590B9B) is unknown color: approx Indigo. HEX triplet: 59, 0B and 9B. RGB value is (89,11,155). Sum of RGB (Red+Green+Blue) = 89+11+155=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #590B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590B9B is #A6F464. Grayscale: #323232. Windows color (decimal): -10941541 or 10160985. OLE color: 10160985.

HSL color Cylindrical-coordinate representation of color #590B9B: hue angle of 272.5º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590B9B is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8911155-
CMYK0.430.9300.39
HSL272.5º86.75%32.55%-
HSV(B)272.5º92.9%60.78%-
XYZ10.164.7331.39-
YUV50.74186.84155.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.90%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=34.90%
G=4.31%
B=60.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89111550.430.9300.39272.586.7532.55
Hex59B9B2B5D0271105721
Octal131132335313504742012741
Binary1011001101110011011101011101110101001111000100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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