Html Css Color HEX #5408AB Indigo

📋 copy color: '#5408AB'

red 84 ◦ green 8 ◦ blue 171

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

Shades of Indigo #5408AB

Tints of Indigo #5408AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

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

R = 31.94%
G = 3.04%
B = 65.02%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5408AB (or 0x5408AB) is known color: Indigo. HEX triplet: 54, 08 and AB. RGB value is (84,8,171). Sum of RGB (Red+Green+Blue) = 84+8+171=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #5408AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5408AB is #ABF754. Grayscale: #303030. Windows color (decimal): -11269973 or 11208788. OLE color: 11208788.

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

Color convert

RGB 84 8 171 -
CMYK 0.51 0.95 0 0.33
HSL 267.98º 0.91% 0.35% -
HSV(B) 267.98º 0.95% 0.67% -
XYZ 11.09 5 38.91 -
YUV 49.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 84 8 171 0.51 0.95 0 0.33 267.98 0.91 0.35
Hex 54 8 AB 33 5F 0 21 10C 5B 23
Octal 124 10 253 63 137 0 41 414 133 43
Binary 1010100 1000 10101011 110011 1011111 0 100001 100001100 1011011 100011

Color Harmonies of #5408AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5408AB

Black with #5408AB

Text Example


Text Example

White with #5408AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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