#540493

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

Shades of Indigo #540493

Tints of Indigo #540493

Color information

#540493 (or 0x540493) is unknown color: approx Indigo. HEX triplet: 54, 04 and 93. RGB value is (84,4,147). Sum of RGB (Red+Green+Blue) = 84+4+147=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #540493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540493 is #ABFB6C. Grayscale: #2B2B2B. Windows color (decimal): -11271021 or 9634900. OLE color: 9634900.

HSL color Cylindrical-coordinate representation of color #540493: hue angle of 273.57º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540493 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB844147-
CMYK0.430.9700.42
HSL273.57º94.7%29.61%-
HSV(B)273.57º97.28%57.65%-
XYZ8.974.0827.92-
YUV44.22186156.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=35.74%
G=1.70%
B=62.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8441470.430.9700.42273.5794.729.61
Hex544932B6102A1125f1e
Octal12442235314105242213736
Binary10101001001001001110101111000010101010100010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540493; }

 p { color: rgb(84,4,147); }

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

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

 a { background-color: rgb(84,4,147); }

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

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

 span { border-color: rgb(84,4,147); }

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