#540462

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

Shades of Indigo #540462

Tints of Indigo #540462

Color information

#540462 (or 0x540462) is unknown color: approx Indigo. HEX triplet: 54, 04 and 62. RGB value is (84,4,98). Sum of RGB (Red+Green+Blue) = 84+4+98=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #540462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540462 is #ABFB9D. Grayscale: #262626. Windows color (decimal): -11271070 or 6423636. OLE color: 6423636.

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

Color convert

RGB84498-
CMYK0.140.9600.62
HSL291.06º92.16%20%-
HSV(B)291.06º95.92%38.43%-
XYZ5.92.8511.79-
YUV38.64161.5160.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=45.16%
G=2.15%
B=52.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal844980.140.9600.62291.0692.1620
Hex54462E6003E1235c14
Octal12441421614007644313424
Binary10101001001100010111011000000111110100100011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540462; }

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

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

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

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

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

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

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

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