Html Css Color HEX #54119B Indigo

📋 copy color: '#54119B'

red 84 ◦ green 17 ◦ blue 155

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

Shades of Indigo #54119B

Tints of Indigo #54119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 32.81%
G = 6.64%
B = 60.55%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54119B (or 0x54119B) is known color: Indigo. HEX triplet: 54, 11 and 9B. RGB value is (84,17,155). Sum of RGB (Red+Green+Blue) = 84+17+155=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #54119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54119B is #ABEE64. Grayscale: #343434. Windows color (decimal): -11267685 or 10162516. OLE color: 10162516.

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

Color convert

RGB 84 17 155 -
CMYK 0.46 0.89 0 0.39
HSL 269.13º 0.8% 0.34% -
HSV(B) 269.13º 0.89% 0.61% -
XYZ 9.77 4.65 31.39 -
YUV 52.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 84 17 155 0.46 0.89 0 0.39 269.13 0.8 0.34
Hex 54 11 9B 2E 59 0 27 10D 50 22
Octal 124 21 233 56 131 0 47 415 120 42
Binary 1010100 10001 10011011 101110 1011001 0 100111 100001101 1010000 100010

Color Harmonies of #54119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54119B

Black with #54119B

Text Example


Text Example

White with #54119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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