#541496

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

Shades of Indigo #541496

Tints of Indigo #541496

Color information

#541496 (or 0x541496) is unknown color: approx Indigo. HEX triplet: 54, 14 and 96. RGB value is (84,20,150). Sum of RGB (Red+Green+Blue) = 84+20+150=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #541496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541496 is #ABEB69. Grayscale: #353535. Windows color (decimal): -11266922 or 9835604. OLE color: 9835604.

HSL color Cylindrical-coordinate representation of color #541496: hue angle of 269.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541496 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8420150-
CMYK0.440.8700.41
HSL269.54º76.47%33.33%-
HSV(B)269.54º86.67%58.82%-
XYZ9.414.5929.24-
YUV53.96182.2149.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=33.07%
G=7.87%
B=59.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84201500.440.8700.41269.5476.4733.33
Hex5414962C5702910e4c21
Octal124242265412705141611441
Binary10101001010010010110101100101011101010011000011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541496; }

 p { color: rgb(84,20,150); }

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

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

 a { background-color: rgb(84,20,150); }

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

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

 span { border-color: rgb(84,20,150); }

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