#590992

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

Shades of Indigo #590992

Tints of Indigo #590992

Color information

#590992 (or 0x590992) is unknown color: approx Indigo. HEX triplet: 59, 09 and 92. RGB value is (89,9,146). Sum of RGB (Red+Green+Blue) = 89+9+146=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #590992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590992 is #A6F66D. Grayscale: #303030. Windows color (decimal): -10942062 or 9570649. OLE color: 9570649.

HSL color Cylindrical-coordinate representation of color #590992: hue angle of 275.04º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590992 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB899146-
CMYK0.390.9400.43
HSL275.04º88.39%30.39%-
HSV(B)275.04º93.84%57.25%-
XYZ9.414.3927.55-
YUV48.54183156.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=36.48%
G=3.69%
B=59.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8991460.390.9400.43275.0488.3930.39
Hex59992275E02B113581e
Octal131112224713605342313036
Binary101100110011001001010011110111100101011100010011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590992; }

 p { color: rgb(89,9,146); }

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

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

 a { background-color: rgb(89,9,146); }

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

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

 span { border-color: rgb(89,9,146); }

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