#540ca5

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

Shades of Indigo #540CA5

Tints of Indigo #540CA5

Color information

#540CA5 (or 0x540CA5) is unknown color: approx Indigo. HEX triplet: 54, 0C and A5. RGB value is (84,12,165). Sum of RGB (Red+Green+Blue) = 84+12+165=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 165 (64.84% from 255 or 63.22% from 261); Max value from RGB is 165 - color contains mainly: blue. Hex color #540CA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540CA5 is #ABF35A. Grayscale: #323232. Windows color (decimal): -11268955 or 10816596. OLE color: 10816596.

HSL color Cylindrical-coordinate representation of color #540CA5: hue angle of 268.24º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CA5 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8412165-
CMYK0.490.9300.35
HSL268.24º86.44%34.71%-
HSV(B)268.24º92.73%64.71%-
XYZ10.584.8635.98-
YUV50.97192.35151.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 165 (64.84% from 255) = 63.22%
R=32.18%
G=4.60%
B=63.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84121650.490.9300.35268.2486.4434.71
Hex54CA5315D02310c5623
Octal124142456113504341412643
Binary1010100110010100101110001101110101000111000011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540ca5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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