Html Css Color HEX #5408AD Indigo

📋 copy color: '#5408AD'

red 84 ◦ green 8 ◦ blue 173

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

Shades of Indigo #5408AD

Tints of Indigo #5408AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.28%

R = 31.7%
G = 3.02%
B = 65.28%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5408AD (or 0x5408AD) is known color: Indigo. HEX triplet: 54, 08 and AD. RGB value is (84,8,173). Sum of RGB (Red+Green+Blue) = 84+8+173=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #5408AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5408AD is #ABF752. Grayscale: #303030. Windows color (decimal): -11269971 or 11339860. OLE color: 11339860.

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

Color convert

RGB 84 8 173 -
CMYK 0.51 0.95 0 0.32
HSL 267.64º 0.91% 0.35% -
HSV(B) 267.64º 0.95% 0.68% -
XYZ 11.29 5.08 39.92 -
YUV 49.53 197.68 152.58 -
System Red Green Blue C M Y K H S L
Decimal 84 8 173 0.51 0.95 0 0.32 267.64 0.91 0.35
Hex 54 8 AD 33 5F 0 20 10C 5B 23
Octal 124 10 255 63 137 0 40 414 133 43
Binary 1010100 1000 10101101 110011 1011111 0 100000 100001100 1011011 100011

Color Harmonies of #5408AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5408AD

Black with #5408AD

Text Example


Text Example

White with #5408AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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