#540670

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

Shades of Indigo #540670

Tints of Indigo #540670

Color information

#540670 (or 0x540670) is unknown color: approx Indigo. HEX triplet: 54, 06 and 70. RGB value is (84,6,112). Sum of RGB (Red+Green+Blue) = 84+6+112=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #540670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540670 is #ABF98F. Grayscale: #292929. Windows color (decimal): -11270544 or 7341652. OLE color: 7341652.

HSL color Cylindrical-coordinate representation of color #540670: hue angle of 284.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540670 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB846112-
CMYK0.250.9500.56
HSL284.15º89.83%23.14%-
HSV(B)284.15º94.64%43.92%-
XYZ6.653.1815.59-
YUV41.41167.84158.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=41.58%
G=2.97%
B=55.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8461120.250.9500.56284.1589.8323.14
Hex54670195F03811c5a17
Octal12461603113707043413227
Binary101010011011100001100110111110111000100011100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540670; }

 p { color: rgb(84,6,112); }

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

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

 a { background-color: rgb(84,6,112); }

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

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

 span { border-color: rgb(84,6,112); }

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