Html Css Color HEX #54169C Indigo

📋 copy color: '#54169C'

red 84 ◦ green 22 ◦ blue 156

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

Shades of Indigo #54169C

Tints of Indigo #54169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.4%

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 32.06%
G = 8.4%
B = 59.54%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54169C (or 0x54169C) is known color: Indigo. HEX triplet: 54, 16 and 9C. RGB value is (84,22,156). Sum of RGB (Red+Green+Blue) = 84+22+156=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #54169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54169C is #ABE963. Grayscale: #373737. Windows color (decimal): -11266404 or 10229332. OLE color: 10229332.

HSL color Cylindrical-coordinate representation of color #54169C: hue angle of 267.76º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54169C is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 22 156 -
CMYK 0.46 0.86 0 0.39
HSL 267.76º 0.75% 0.35% -
HSV(B) 267.76º 0.86% 0.61% -
XYZ 9.94 4.86 31.87 -
YUV 55.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 84 22 156 0.46 0.86 0 0.39 267.76 0.75 0.35
Hex 54 16 9C 2E 56 0 27 10C 4B 23
Octal 124 26 234 56 126 0 47 414 113 43
Binary 1010100 10110 10011100 101110 1010110 0 100111 100001100 1001011 100011

Color Harmonies of #54169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54169C

Black with #54169C

Text Example


Text Example

White with #54169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54169C; }

 p { color: rgb(84,22,156); }

 H1.HeaderClassName
 {
   color: #54169C;
 }
 .AnyTagClassName
 {
   color: #54169C;
 }
</style>

background-color css

<style>
 a { background-color: #54169C; }

 a { background-color: rgb(84,22,156); }

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

border-color css

<style>
 span { border-color: #54169C; }

 span { border-color: rgb(84,22,156); }

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