Html Css Color HEX #5405AA Indigo

📋 copy color: '#5405AA'

red 84 ◦ green 5 ◦ blue 170

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

Shades of Indigo #5405AA

Tints of Indigo #5405AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

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

R = 32.43%
G = 1.93%
B = 65.64%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5405AA (or 0x5405AA) is known color: Indigo. HEX triplet: 54, 05 and AA. RGB value is (84,5,170). Sum of RGB (Red+Green+Blue) = 84+5+170=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #5405AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5405AA is #ABFA55. Grayscale: #2E2E2E. Windows color (decimal): -11270742 or 11142484. OLE color: 11142484.

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

Color convert

RGB 84 5 170 -
CMYK 0.51 0.97 0 0.33
HSL 268.73º 0.94% 0.34% -
HSV(B) 268.73º 0.97% 0.67% -
XYZ 10.97 4.9 38.4 -
YUV 47.43 197.17 154.08 -
System Red Green Blue C M Y K H S L
Decimal 84 5 170 0.51 0.97 0 0.33 268.73 0.94 0.34
Hex 54 5 AA 33 61 0 21 10D 5E 22
Octal 124 5 252 63 141 0 41 415 136 42
Binary 1010100 101 10101010 110011 1100001 0 100001 100001101 1011110 100010

Color Harmonies of #5405AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5405AA

Black with #5405AA

Text Example


Text Example

White with #5405AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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