#54106e

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

Shades of Indigo #54106E

Tints of Indigo #54106E

Color information

#54106E (or 0x54106E) is unknown color: approx Indigo. HEX triplet: 54, 10 and 6E. RGB value is (84,16,110). Sum of RGB (Red+Green+Blue) = 84+16+110=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #54106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54106E is #ABEF91. Grayscale: #2E2E2E. Windows color (decimal): -11267986 or 7213140. OLE color: 7213140.

HSL color Cylindrical-coordinate representation of color #54106E: hue angle of 283.4º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54106E is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8416110-
CMYK0.240.8500.57
HSL283.4º74.6%24.71%-
HSV(B)283.4º85.45%43.14%-
XYZ6.663.3815.05-
YUV47.05163.53154.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=40%
G=7.62%
B=52.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84161100.240.8500.57283.474.624.71
Hex54106E185503911b4b19
Octal124201563012507143311331
Binary10101001000011011101100010101010111001100011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54106e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54106e; }

 p { color: rgb(84,16,110); }

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

<style>
 a { background-color: #54106e; }

 a { background-color: rgb(84,16,110); }

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

<style>
 span { border-color: #54106e; }

 span { border-color: rgb(84,16,110); }

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