#5A046E

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

Shades of Indigo #5A046E

Tints of Indigo #5A046E

Color information

#5A046E (or 0x5A046E) is unknown color: approx Indigo. HEX triplet: 5A, 04 and 6E. RGB value is (90,4,110). Sum of RGB (Red+Green+Blue) = 90+4+110=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A046E is #A5FB91. Grayscale: #292929. Windows color (decimal): -10877842 or 7210074. OLE color: 7210074.

HSL color Cylindrical-coordinate representation of color #5A046E: hue angle of 288.68º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A046E is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB904110-
CMYK0.180.9600.57
HSL288.68º92.98%22.35%-
HSV(B)288.68º96.36%43.14%-
XYZ7.073.3915.03-
YUV41.8166.49162.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=44.12%
G=1.96%
B=53.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9041100.180.9600.57288.6892.9822.35
Hex5A46E12600391215d16
Octal13241562214007144113526
Binary101101010011011101001011000000111001100100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,110); }

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

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

 a { background-color: rgb(90,4,110); }

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

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

 span { border-color: rgb(90,4,110); }

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