#54156F

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

Shades of Indigo #54156F

Tints of Indigo #54156F

Color information

#54156F (or 0x54156F) is unknown color: approx Indigo. HEX triplet: 54, 15 and 6F. RGB value is (84,21,111). Sum of RGB (Red+Green+Blue) = 84+21+111=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #54156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54156F is #ABEA90. Grayscale: #313131. Windows color (decimal): -11266705 or 7279956. OLE color: 7279956.

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

Color convert

RGB8421111-
CMYK0.240.8100.56
HSL282º68.18%25.88%-
HSV(B)282º81.08%43.53%-
XYZ6.793.5715.37-
YUV50.1162.37152.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=38.89%
G=9.72%
B=51.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84211110.240.8100.5628268.1825.88
Hex54156F185103811a441a
Octal124251573012107043210432
Binary10101001010111011111100010100010111000100011010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54156F;
 }
 .AnyTagClassName
 {
   color: #54156F;
 }
</style>
background-color css

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

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

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

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

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

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