#541A8B

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

Shades of Indigo #541A8B

Tints of Indigo #541A8B

Color information

#541A8B (or 0x541A8B) is unknown color: approx Indigo. HEX triplet: 54, 1A and 8B. RGB value is (84,26,139). Sum of RGB (Red+Green+Blue) = 84+26+139=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #541A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541A8B is #ABE574. Grayscale: #373737. Windows color (decimal): -11265397 or 9116244. OLE color: 9116244.

HSL color Cylindrical-coordinate representation of color #541A8B: hue angle of 270.8º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541A8B is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8426139-
CMYK0.400.8100.45
HSL270.8º68.48%32.35%-
HSV(B)270.8º81.29%54.51%-
XYZ8.694.4924.83-
YUV56.22174.72147.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=33.73%
G=10.44%
B=55.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84261390.400.8100.45270.868.4832.35
Hex541A8B285102D10f4420
Octal124322135012105541710440
Binary10101001101010001011101000101000101011011000011111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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