#590993

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

Shades of Indigo #590993

Tints of Indigo #590993

Color information

#590993 (or 0x590993) is unknown color: approx Indigo. HEX triplet: 59, 09 and 93. RGB value is (89,9,147). Sum of RGB (Red+Green+Blue) = 89+9+147=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #590993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590993 is #A6F66C. Grayscale: #303030. Windows color (decimal): -10942061 or 9636185. OLE color: 9636185.

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

Color convert

RGB899147-
CMYK0.390.9400.42
HSL274.78º88.46%30.59%-
HSV(B)274.78º93.88%57.65%-
XYZ9.484.4327.96-
YUV48.65183.5156.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.33%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 147 (57.81% from 255) = 60%
R=36.33%
G=3.67%
B=60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8991470.390.9400.42274.7888.4630.59
Hex59993275E02A113581f
Octal131112234713605242313037
Binary101100110011001001110011110111100101010100010011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590993; }

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

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

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

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

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

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

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

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