#541486

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

Shades of Indigo #541486

Tints of Indigo #541486

Color information

#541486 (or 0x541486) is unknown color: approx Indigo. HEX triplet: 54, 14 and 86. RGB value is (84,20,134). Sum of RGB (Red+Green+Blue) = 84+20+134=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #541486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541486 is #ABEB79. Grayscale: #333333. Windows color (decimal): -11266938 or 8787028. OLE color: 8787028.

HSL color Cylindrical-coordinate representation of color #541486: hue angle of 273.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541486 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8420134-
CMYK0.370.8500.47
HSL273.68º74.03%30.2%-
HSV(B)273.68º85.07%52.55%-
XYZ8.214.1122.91-
YUV52.13174.2150.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 134 (52.73% from 255) = 56.30%
R=35.29%
G=8.40%
B=56.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84201340.370.8500.47273.6874.0330.2
Hex541486255502F1124a1e
Octal124242064512505742211236
Binary1010100101001000011010010110101010101111100010010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541486; }

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

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

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

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

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

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

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

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