#541A8E

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

Shades of Indigo #541A8E

Tints of Indigo #541A8E

Color information

#541A8E (or 0x541A8E) is unknown color: approx Indigo. HEX triplet: 54, 1A and 8E. RGB value is (84,26,142). Sum of RGB (Red+Green+Blue) = 84+26+142=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #541A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541A8E is #ABE571. Grayscale: #383838. Windows color (decimal): -11265394 or 9312852. OLE color: 9312852.

HSL color Cylindrical-coordinate representation of color #541A8E: hue angle of 270º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541A8E is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8426142-
CMYK0.410.8200.44
HSL270º69.05%32.94%-
HSV(B)270º81.69%55.69%-
XYZ8.914.5826.01-
YUV56.57176.22147.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=33.33%
G=10.32%
B=56.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84261420.410.8200.4427069.0532.94
Hex541A8E295202C10e4521
Octal124322165112205441610541
Binary10101001101010001110101001101001001011001000011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541A8E; }

 p { color: rgb(84,26,142); }

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

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

 a { background-color: rgb(84,26,142); }

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

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

 span { border-color: rgb(84,26,142); }

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