#540F9E

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

Shades of Indigo #540F9E

Tints of Indigo #540F9E

Color information

#540F9E (or 0x540F9E) is unknown color: approx Indigo. HEX triplet: 54, 0F and 9E. RGB value is (84,15,158). Sum of RGB (Red+Green+Blue) = 84+15+158=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #540F9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F9E is #ABF061. Grayscale: #333333. Windows color (decimal): -11268194 or 10358612. OLE color: 10358612.

HSL color Cylindrical-coordinate representation of color #540F9E: hue angle of 268.95º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540F9E is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8415158-
CMYK0.470.9100.38
HSL268.95º82.66%33.92%-
HSV(B)268.95º90.51%61.96%-
XYZ104.732.73-
YUV51.93187.86150.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 15 (6.25% from 255) = 5.84%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=32.68%
G=5.84%
B=61.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84151580.470.9100.38268.9582.6633.92
Hex54F9E2F5B02610d5322
Octal124172365713304641512342
Binary1010100111110011110101111101101101001101000011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,15,158); }

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

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

 a { background-color: rgb(84,15,158); }

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

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

 span { border-color: rgb(84,15,158); }

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