#590594

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

Shades of Indigo #590594

Tints of Indigo #590594

Color information

#590594 (or 0x590594) is unknown color: approx Indigo. HEX triplet: 59, 05 and 94. RGB value is (89,5,148). Sum of RGB (Red+Green+Blue) = 89+5+148=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #590594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590594 is #A6FA6B. Grayscale: #2D2D2D. Windows color (decimal): -10943084 or 9700697. OLE color: 9700697.

HSL color Cylindrical-coordinate representation of color #590594: hue angle of 275.24º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590594 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB895148-
CMYK0.400.9700.42
HSL275.24º93.46%30%-
HSV(B)275.24º96.62%58.04%-
XYZ9.524.3728.36-
YUV46.42185.33158.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 148 (58.20% from 255) = 61.16%
R=36.78%
G=2.07%
B=61.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8951480.400.9700.42275.2493.4630
Hex59594286102A1135d1e
Octal13152245014105242313536
Binary10110011011001010010100011000010101010100010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590594; }

 p { color: rgb(89,5,148); }

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

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

 a { background-color: rgb(89,5,148); }

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

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

 span { border-color: rgb(89,5,148); }

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