Html Css Color HEX #5405AB Indigo

📋 copy color: '#5405AB'

red 84 ◦ green 5 ◦ blue 171

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

Shades of Indigo #5405AB

Tints of Indigo #5405AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.77%

R = 32.31%
G = 1.92%
B = 65.77%

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

#5405AB (or 0x5405AB) is known color: Indigo. HEX triplet: 54, 05 and AB. RGB value is (84,5,171). Sum of RGB (Red+Green+Blue) = 84+5+171=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #5405AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5405AB is #ABFA54. Grayscale: #2E2E2E. Windows color (decimal): -11270741 or 11208020. OLE color: 11208020.

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

Color convert

RGB 84 5 171 -
CMYK 0.51 0.97 0 0.33
HSL 268.55º 0.94% 0.35% -
HSV(B) 268.55º 0.97% 0.67% -
XYZ 11.06 4.93 38.9 -
YUV 47.55 197.67 154 -
System Red Green Blue C M Y K H S L
Decimal 84 5 171 0.51 0.97 0 0.33 268.55 0.94 0.35
Hex 54 5 AB 33 61 0 21 10D 5E 23
Octal 124 5 253 63 141 0 41 415 136 43
Binary 1010100 101 10101011 110011 1100001 0 100001 100001101 1011110 100011

Color Harmonies of #5405AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5405AB

Black with #5405AB

Text Example


Text Example

White with #5405AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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