Html Css Color HEX #54118A Indigo

📋 copy color: '#54118A'

red 84 ◦ green 17 ◦ blue 138

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

Shades of Indigo #54118A

Tints of Indigo #54118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 35.15%
G = 7.11%
B = 57.74%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54118A (or 0x54118A) is known color: Indigo. HEX triplet: 54, 11 and 8A. RGB value is (84,17,138). Sum of RGB (Red+Green+Blue) = 84+17+138=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #54118A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54118A is #ABEE75. Grayscale: #323232. Windows color (decimal): -11267702 or 9048404. OLE color: 9048404.

HSL color Cylindrical-coordinate representation of color #54118A: hue angle of 273.22º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54118A is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 17 138 -
CMYK 0.39 0.88 0 0.46
HSL 273.22º 0.78% 0.3% -
HSV(B) 273.22º 0.88% 0.54% -
XYZ 8.44 4.12 24.4 -
YUV 50.83 177.2 151.66 -
System Red Green Blue C M Y K H S L
Decimal 84 17 138 0.39 0.88 0 0.46 273.22 0.78 0.3
Hex 54 11 8A 27 58 0 2E 111 4E 1E
Octal 124 21 212 47 130 0 56 421 116 36
Binary 1010100 10001 10001010 100111 1011000 0 101110 100010001 1001110 11110

Color Harmonies of #54118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54118A

Black with #54118A

Text Example


Text Example

White with #54118A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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