#590B8B

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

Shades of Indigo #590B8B

Tints of Indigo #590B8B

Color information

#590B8B (or 0x590B8B) is unknown color: approx Indigo. HEX triplet: 59, 0B and 8B. RGB value is (89,11,139). Sum of RGB (Red+Green+Blue) = 89+11+139=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #590B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590B8B is #A6F474. Grayscale: #303030. Windows color (decimal): -10941557 or 9112409. OLE color: 9112409.

HSL color Cylindrical-coordinate representation of color #590B8B: hue angle of 276.56º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590B8B is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8911139-
CMYK0.360.9200.45
HSL276.56º85.33%29.41%-
HSV(B)276.56º92.09%54.51%-
XYZ8.94.2324.77-
YUV48.91178.84156.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 139 (54.69% from 255) = 58.16%
R=37.24%
G=4.60%
B=58.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89111390.360.9200.45276.5685.3329.41
Hex59B8B245C02D115551d
Octal131132134413405542512535
Binary101100110111000101110010010111000101101100010101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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