#540CA8

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

Shades of Indigo #540CA8

Tints of Indigo #540CA8

Color information

#540CA8 (or 0x540CA8) is unknown color: approx Indigo. HEX triplet: 54, 0C and A8. RGB value is (84,12,168). Sum of RGB (Red+Green+Blue) = 84+12+168=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 168 (66.02% from 255 or 63.64% from 264); Max value from RGB is 168 - color contains mainly: blue. Hex color #540CA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540CA8 is #ABF357. Grayscale: #323232. Windows color (decimal): -11268952 or 11013204. OLE color: 11013204.

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

Color convert

RGB8412168-
CMYK0.50.9300.34
HSL267.69º86.67%35.29%-
HSV(B)267.69º92.86%65.88%-
XYZ10.864.9737.43-
YUV51.31193.85151.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 12 (5.08% from 255) = 4.55%
BLUE value IS 168 (66.02% from 255) = 63.64%
R=31.82%
G=4.55%
B=63.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal84121680.50.9300.34267.6986.6735.29
Hex54CA8325D02210c5723
Octal124142506213504241412743
Binary1010100110010101000110010101110101000101000011001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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