#5406A2

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

Shades of Indigo #5406A2

Tints of Indigo #5406A2

Color information

#5406A2 (or 0x5406A2) is unknown color: approx Indigo. HEX triplet: 54, 06 and A2. RGB value is (84,6,162). Sum of RGB (Red+Green+Blue) = 84+6+162=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #5406A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5406A2 is #ABF95D. Grayscale: #2E2E2E. Windows color (decimal): -11270494 or 10618452. OLE color: 10618452.

HSL color Cylindrical-coordinate representation of color #5406A2: hue angle of 270º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5406A2 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB846162-
CMYK0.480.9600.36
HSL270º92.86%32.94%-
HSV(B)270º96.3%63.53%-
XYZ10.244.6234.54-
YUV47.11192.84154.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 162 (63.67% from 255) = 64.29%
R=33.33%
G=2.38%
B=64.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8461620.480.9600.3627092.8632.94
Hex546A2306002410e5d21
Octal12462426014004441613541
Binary101010011010100010110000110000001001001000011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5406A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5406A2; }

 p { color: rgb(84,6,162); }

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

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

 a { background-color: rgb(84,6,162); }

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

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

 span { border-color: rgb(84,6,162); }

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