#5403AE

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

Shades of Indigo #5403AE

Tints of Indigo #5403AE

Color information

#5403AE (or 0x5403AE) is unknown color: approx Indigo. HEX triplet: 54, 03 and AE. RGB value is (84,3,174). Sum of RGB (Red+Green+Blue) = 84+3+174=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #5403AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5403AE is #ABFC51. Grayscale: #2E2E2E. Windows color (decimal): -11271250 or 11404116. OLE color: 11404116.

HSL color Cylindrical-coordinate representation of color #5403AE: hue angle of 268.42º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5403AE is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB843174-
CMYK0.520.9800.32
HSL268.42º96.61%34.71%-
HSV(B)268.42º98.28%68.24%-
XYZ11.335.0140.41-
YUV46.71199.84154.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 174 (68.36% from 255) = 66.67%
R=32.18%
G=1.15%
B=66.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8431740.520.9800.32268.4296.6134.71
Hex543AE346202010c6123
Octal12432566414204041414143
Binary10101001110101110110100110001001000001000011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5403AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5403AE; }

 p { color: rgb(84,3,174); }

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

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

 a { background-color: rgb(84,3,174); }

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

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

 span { border-color: rgb(84,3,174); }

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