#54116F

Color #54116F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #54116F

Tints of Indigo #54116F

Color information

#54116F (or 0x54116F) is unknown color: approx 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

RGB8417111-
CMYK0.240.8500.56
HSL282.77º73.44%25.1%-
HSV(B)282.77º84.68%43.53%-
XYZ6.733.4315.35-
YUV47.75163.7153.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84171110.240.8500.56282.7773.4425.1
Hex54116F185503811b4919
Octal124211573012507043311131
Binary10101001000111011111100010101010111000100011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>