Html Css Color HEX #5408A3 Indigo

📋 copy color: '#5408A3'

red 84 ◦ green 8 ◦ blue 163

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

Shades of Indigo #5408A3

Tints of Indigo #5408A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 63.92%

R = 32.94%
G = 3.14%
B = 63.92%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5408A3 (or 0x5408A3) is known color: Indigo. HEX triplet: 54, 08 and A3. RGB value is (84,8,163). Sum of RGB (Red+Green+Blue) = 84+8+163=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #5408A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5408A3 is #ABF75C. Grayscale: #2F2F2F. Windows color (decimal): -11269981 or 10684500. OLE color: 10684500.

HSL color Cylindrical-coordinate representation of color #5408A3: hue angle of 269.42º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5408A3 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 8 163 -
CMYK 0.48 0.95 0 0.36
HSL 269.42º 0.91% 0.34% -
HSV(B) 269.42º 0.95% 0.64% -
XYZ 10.35 4.7 35.01 -
YUV 48.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 84 8 163 0.48 0.95 0 0.36 269.42 0.91 0.34
Hex 54 8 A3 30 5F 0 24 10D 5B 22
Octal 124 10 243 60 137 0 44 415 133 42
Binary 1010100 1000 10100011 110000 1011111 0 100100 100001101 1011011 100010

Color Harmonies of #5408A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5408A3

Black with #5408A3

Text Example


Text Example

White with #5408A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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