Html Css Color HEX #54119A Indigo

📋 copy color: '#54119A'

red 84 ◦ green 17 ◦ blue 154

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

Shades of Indigo #54119A

Tints of Indigo #54119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.39%

R = 32.94%
G = 6.67%
B = 60.39%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54119A (or 0x54119A) is known color: Indigo. HEX triplet: 54, 11 and 9A. RGB value is (84,17,154). Sum of RGB (Red+Green+Blue) = 84+17+154=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #54119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54119A is #ABEE65. Grayscale: #343434. Windows color (decimal): -11267686 or 10096980. OLE color: 10096980.

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

Color convert

RGB 84 17 154 -
CMYK 0.45 0.89 0 0.40
HSL 269.34º 0.8% 0.34% -
HSV(B) 269.34º 0.89% 0.6% -
XYZ 9.69 4.62 30.95 -
YUV 52.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 84 17 154 0.45 0.89 0 0.40 269.34 0.8 0.34
Hex 54 11 9A 2D 59 0 28 10D 50 22
Octal 124 21 232 55 131 0 50 415 120 42
Binary 1010100 10001 10011010 101101 1011001 0 101000 100001101 1010000 100010

Color Harmonies of #54119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54119A

Black with #54119A

Text Example


Text Example

White with #54119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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