#54156D

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

Shades of Indigo #54156D

Tints of Indigo #54156D

Color information

#54156D (or 0x54156D) is unknown color: approx Indigo. HEX triplet: 54, 15 and 6D. RGB value is (84,21,109). Sum of RGB (Red+Green+Blue) = 84+21+109=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #54156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54156D is #ABEA92. Grayscale: #313131. Windows color (decimal): -11266707 or 7148884. OLE color: 7148884.

HSL color Cylindrical-coordinate representation of color #54156D: hue angle of 282.95º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54156D is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8421109-
CMYK0.230.8100.57
HSL282.95º67.69%25.49%-
HSV(B)282.95º80.73%42.75%-
XYZ6.683.5314.8-
YUV49.87161.37152.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=39.25%
G=9.81%
B=50.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84211090.230.8100.57282.9567.6925.49
Hex54156D175103911b4419
Octal124251552712107143310431
Binary10101001010111011011011110100010111001100011011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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