#54108D

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

Shades of Indigo #54108D

Tints of Indigo #54108D

Color information

#54108D (or 0x54108D) is unknown color: approx Indigo. HEX triplet: 54, 10 and 8D. RGB value is (84,16,141). Sum of RGB (Red+Green+Blue) = 84+16+141=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #54108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54108D is #ABEF72. Grayscale: #323232. Windows color (decimal): -11267955 or 9244756. OLE color: 9244756.

HSL color Cylindrical-coordinate representation of color #54108D: hue angle of 272.64º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54108D is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8416141-
CMYK0.400.8900.45
HSL272.64º79.62%30.78%-
HSV(B)272.64º88.65%55.29%-
XYZ8.654.1825.55-
YUV50.58179.03151.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=34.85%
G=6.64%
B=58.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84161410.400.8900.45272.6479.6230.78
Hex54108D285902D111501f
Octal124202155013105542112037
Binary1010100100001000110110100010110010101101100010001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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