#5A0290

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

Shades of Indigo #5A0290

Tints of Indigo #5A0290

Color information

#5A0290 (or 0x5A0290) is unknown color: approx Indigo. HEX triplet: 5A, 02 and 90. RGB value is (90,2,144). Sum of RGB (Red+Green+Blue) = 90+2+144=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A0290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0290 is #A5FD6F. Grayscale: #2C2C2C. Windows color (decimal): -10878320 or 9437786. OLE color: 9437786.

HSL color Cylindrical-coordinate representation of color #5A0290: hue angle of 277.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0290 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB902144-
CMYK0.370.9900.44
HSL277.18º97.26%28.63%-
HSV(B)277.18º98.61%56.47%-
XYZ9.274.2326.71-
YUV44.5184.15160.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 144 (56.64% from 255) = 61.02%
R=38.14%
G=0.85%
B=61.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9021440.370.9900.44277.1897.2628.63
Hex5A290256302C115611d
Octal13222204514305442514135
Binary1011010101001000010010111000110101100100010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A0290; }

 p { color: rgb(90,2,144); }

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

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

 a { background-color: rgb(90,2,144); }

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

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

 span { border-color: rgb(90,2,144); }

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