#540072

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

Shades of Indigo #540072

Tints of Indigo #540072

Color information

#540072 (or 0x540072) is unknown color: approx Indigo. HEX triplet: 54, 00 and 72. RGB value is (84,0,114). Sum of RGB (Red+Green+Blue) = 84+0+114=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #540072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540072 is #ABFF8D. Grayscale: #252525. Windows color (decimal): -11272078 or 7471188. OLE color: 7471188.

HSL color Cylindrical-coordinate representation of color #540072: hue angle of 284.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540072 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB840114-
CMYK0.26100.55
HSL284.21º100%22.35%-
HSV(B)284.21º100%44.71%-
XYZ6.693.116.17-
YUV38.11170.83160.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=42.42%
G=0%
B=57.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8401140.26100.55284.2110022.35
Hex540721A6403711c6416
Octal12401623214406743414426
Binary1010100011100101101011001000110111100011100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540072; }

 p { color: rgb(84,0,114); }

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

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

 a { background-color: rgb(84,0,114); }

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

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

 span { border-color: rgb(84,0,114); }

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