#540DA8

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

Shades of Indigo #540DA8

Tints of Indigo #540DA8

Color information

#540DA8 (or 0x540DA8) is unknown color: approx Indigo. HEX triplet: 54, 0D and A8. RGB value is (84,13,168). Sum of RGB (Red+Green+Blue) = 84+13+168=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 168 (66.02% from 255 or 63.40% from 265); Max value from RGB is 168 - color contains mainly: blue. Hex color #540DA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540DA8 is #ABF257. Grayscale: #333333. Windows color (decimal): -11268696 or 11013460. OLE color: 11013460.

HSL color Cylindrical-coordinate representation of color #540DA8: hue angle of 267.48º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540DA8 is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8413168-
CMYK0.50.9200.34
HSL267.48º85.64%35.49%-
HSV(B)267.48º92.26%65.88%-
XYZ10.87537.44-
YUV51.9193.52150.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 13 (5.47% from 255) = 4.91%
BLUE value IS 168 (66.02% from 255) = 63.40%
R=31.70%
G=4.91%
B=63.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal84131680.50.9200.34267.4885.6435.49
Hex54DA8325C02210b5623
Octal124152506213404241312643
Binary1010100110110101000110010101110001000101000010111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,13,168); }

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

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

 a { background-color: rgb(84,13,168); }

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

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

 span { border-color: rgb(84,13,168); }

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