#540362

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

Shades of Indigo #540362

Tints of Indigo #540362

Color information

#540362 (or 0x540362) is unknown color: approx Indigo. HEX triplet: 54, 03 and 62. RGB value is (84,3,98). Sum of RGB (Red+Green+Blue) = 84+3+98=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #540362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540362 is #ABFC9D. Grayscale: #252525. Windows color (decimal): -11271326 or 6423380. OLE color: 6423380.

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

Color convert

RGB84398-
CMYK0.140.9700.62
HSL291.16º94.06%19.8%-
HSV(B)291.16º96.94%38.43%-
XYZ5.892.8311.79-
YUV38.05161.84160.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=45.41%
G=1.62%
B=52.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal843980.140.9700.62291.1694.0619.8
Hex54362E6103E1235e14
Octal12431421614107644313624
Binary1010100111100010111011000010111110100100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540362; }

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

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

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

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

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

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

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

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