Html Css Color HEX #54119D Indigo

📋 copy color: '#54119D'

red 84 ◦ green 17 ◦ blue 157

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

Shades of Indigo #54119D

Tints of Indigo #54119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 32.56%
G = 6.59%
B = 60.85%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54119D (or 0x54119D) is known color: Indigo. HEX triplet: 54, 11 and 9D. RGB value is (84,17,157). Sum of RGB (Red+Green+Blue) = 84+17+157=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #54119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54119D is #ABEE62. Grayscale: #343434. Windows color (decimal): -11267683 or 10293588. OLE color: 10293588.

HSL color Cylindrical-coordinate representation of color #54119D: hue angle of 268.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54119D is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 17 157 -
CMYK 0.46 0.89 0 0.38
HSL 268.71º 0.8% 0.34% -
HSV(B) 268.71º 0.89% 0.62% -
XYZ 9.94 4.72 32.29 -
YUV 52.99 186.7 150.12 -
System Red Green Blue C M Y K H S L
Decimal 84 17 157 0.46 0.89 0 0.38 268.71 0.8 0.34
Hex 54 11 9D 2E 59 0 26 10D 50 22
Octal 124 21 235 56 131 0 46 415 120 42
Binary 1010100 10001 10011101 101110 1011001 0 100110 100001101 1010000 100010

Color Harmonies of #54119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54119D

Black with #54119D

Text Example


Text Example

White with #54119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54119D; }

 p { color: rgb(84,17,157); }

 H1.HeaderClassName
 {
   color: #54119D;
 }
 .AnyTagClassName
 {
   color: #54119D;
 }
</style>

background-color css

<style>
 a { background-color: #54119D; }

 a { background-color: rgb(84,17,157); }

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

border-color css

<style>
 span { border-color: #54119D; }

 span { border-color: rgb(84,17,157); }

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