Html Css Color HEX #54116F Indigo

📋 copy color: '#54116F'

red 84 ◦ green 17 ◦ blue 111

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

Shades of Indigo #54116F

Tints of Indigo #54116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 39.62%
G = 8.02%
B = 52.36%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54116F (or 0x54116F) is known color: Indigo. HEX triplet: 54, 11 and 6F. RGB value is (84,17,111). Sum of RGB (Red+Green+Blue) = 84+17+111=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #54116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54116F is #ABEE90. Grayscale: #2F2F2F. Windows color (decimal): -11267729 or 7278932. OLE color: 7278932.

HSL color Cylindrical-coordinate representation of color #54116F: hue angle of 282.77º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54116F is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 17 111 -
CMYK 0.24 0.85 0 0.56
HSL 282.77º 0.73% 0.25% -
HSV(B) 282.77º 0.85% 0.44% -
XYZ 6.73 3.43 15.35 -
YUV 47.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 84 17 111 0.24 0.85 0 0.56 282.77 0.73 0.25
Hex 54 11 6F 18 55 0 38 11B 49 19
Octal 124 21 157 30 125 0 70 433 111 31
Binary 1010100 10001 1101111 11000 1010101 0 111000 100011011 1001001 11001

Color Harmonies of #54116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54116F

Black with #54116F

Text Example


Text Example

White with #54116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54116F; }

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

 H1.HeaderClassName
 {
   color: #54116F;
 }
 .AnyTagClassName
 {
   color: #54116F;
 }
</style>

background-color css

<style>
 a { background-color: #54116F; }

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

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

border-color css

<style>
 span { border-color: #54116F; }

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

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