Html Css Color HEX #5400AA Indigo

📋 copy color: '#5400AA'

red 84 ◦ green 0 ◦ blue 170

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

Shades of Indigo #5400AA

Tints of Indigo #5400AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.07%
G = 0%
B = 66.93%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5400AA (or 0x5400AA) is known color: Indigo. HEX triplet: 54, 00 and AA. RGB value is (84,0,170). Sum of RGB (Red+Green+Blue) = 84+0+170=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #5400AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5400AA is #ABFF55. Grayscale: #2B2B2B. Windows color (decimal): -11272022 or 11141204. OLE color: 11141204.

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

Color convert

RGB 84 0 170 -
CMYK 0.51 1 0 0.33
HSL 269.65º 1% 0.33% -
HSV(B) 269.65º 1% 0.67% -
XYZ 10.91 4.79 38.38 -
YUV 44.5 198.83 156.18 -
System Red Green Blue C M Y K H S L
Decimal 84 0 170 0.51 1 0 0.33 269.65 1 0.33
Hex 54 0 AA 33 64 0 21 10E 64 21
Octal 124 0 252 63 144 0 41 416 144 41
Binary 1010100 0 10101010 110011 1100100 0 100001 100001110 1100100 100001

Color Harmonies of #5400AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5400AA

Black with #5400AA

Text Example


Text Example

White with #5400AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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