#540762

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

Shades of Indigo #540762

Tints of Indigo #540762

Color information

#540762 (or 0x540762) is unknown color: approx Indigo. HEX triplet: 54, 07 and 62. RGB value is (84,7,98). Sum of RGB (Red+Green+Blue) = 84+7+98=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #540762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540762 is #ABF89D. Grayscale: #282828. Windows color (decimal): -11270302 or 6424404. OLE color: 6424404.

HSL color Cylindrical-coordinate representation of color #540762: hue angle of 290.77º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540762 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB84798-
CMYK0.140.9300.62
HSL290.77º86.67%20.59%-
HSV(B)290.77º92.86%38.43%-
XYZ5.942.9211.81-
YUV40.4160.51159.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=44.44%
G=3.70%
B=51.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal847980.140.9300.62290.7786.6720.59
Hex54762E5D03E1235715
Octal12471421613507644312725
Binary10101001111100010111010111010111110100100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540762; }

 p { color: rgb(84,7,98); }

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

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

 a { background-color: rgb(84,7,98); }

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

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

 span { border-color: rgb(84,7,98); }

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