#540F84

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

Shades of Indigo #540F84

Tints of Indigo #540F84

Color information

#540F84 (or 0x540F84) is unknown color: approx Indigo. HEX triplet: 54, 0F and 84. RGB value is (84,15,132). Sum of RGB (Red+Green+Blue) = 84+15+132=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #540F84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F84 is #ABF07B. Grayscale: #303030. Windows color (decimal): -11268220 or 8654676. OLE color: 8654676.

HSL color Cylindrical-coordinate representation of color #540F84: hue angle of 275.38º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540F84 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8415132-
CMYK0.360.8900.48
HSL275.38º79.59%28.82%-
HSV(B)275.38º88.64%51.76%-
XYZ7.993.8922.16-
YUV48.97174.86152.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 132 (51.95% from 255) = 57.14%
R=36.36%
G=6.49%
B=57.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84151320.360.8900.48275.3879.5928.82
Hex54F842459030113501d
Octal124172044413106042312035
Binary101010011111000010010010010110010110000100010011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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