Html Css Color HEX #5403AA Indigo

📋 copy color: '#5403AA'

red 84 ◦ green 3 ◦ blue 170

#5403AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5403AA

Tints of Indigo #5403AA

RGB

 RED value IS 84 (33.2% from 255) = 32.68%

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 32.68%
G = 1.17%
B = 66.15%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5403AA (or 0x5403AA) is known color: Indigo. HEX triplet: 54, 03 and AA. RGB value is (84,3,170). Sum of RGB (Red+Green+Blue) = 84+3+170=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #5403AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5403AA is #ABFC55. Grayscale: #2D2D2D. Windows color (decimal): -11271254 or 11141972. OLE color: 11141972.

HSL color Cylindrical-coordinate representation of color #5403AA: hue angle of 269.1º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5403AA is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 3 170 -
CMYK 0.51 0.98 0 0.33
HSL 269.1º 0.97% 0.34% -
HSV(B) 269.1º 0.98% 0.67% -
XYZ 10.94 4.85 38.39 -
YUV 46.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 84 3 170 0.51 0.98 0 0.33 269.1 0.97 0.34
Hex 54 3 AA 33 62 0 21 10D 61 22
Octal 124 3 252 63 142 0 41 415 141 42
Binary 1010100 11 10101010 110011 1100010 0 100001 100001101 1100001 100010

Color Harmonies of #5403AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5403AA

Black with #5403AA

Text Example


Text Example

White with #5403AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5403AA;
 }
 .AnyTagClassName
 {
   color: #5403AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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