#540A8E

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

Shades of Indigo #540A8E

Tints of Indigo #540A8E

Color information

#540A8E (or 0x540A8E) is unknown color: approx Indigo. HEX triplet: 54, 0A and 8E. RGB value is (84,10,142). Sum of RGB (Red+Green+Blue) = 84+10+142=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #540A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A8E is #ABF571. Grayscale: #2E2E2E. Windows color (decimal): -11269490 or 9308756. OLE color: 9308756.

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

Color convert

RGB8410142-
CMYK0.410.9300.44
HSL273.64º86.84%29.8%-
HSV(B)273.64º92.96%55.69%-
XYZ8.654.0525.92-
YUV47.17181.52154.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 10 (4.30% from 255) = 4.24%
BLUE value IS 142 (55.86% from 255) = 60.17%
R=35.59%
G=4.24%
B=60.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84101420.410.9300.44273.6486.8429.8
Hex54A8E295D02C112571e
Octal124122165113505442212736
Binary101010010101000111010100110111010101100100010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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