#540970

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

Shades of Indigo #540970

Tints of Indigo #540970

Color information

#540970 (or 0x540970) is unknown color: approx Indigo. HEX triplet: 54, 09 and 70. RGB value is (84,9,112). Sum of RGB (Red+Green+Blue) = 84+9+112=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #540970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540970 is #ABF68F. Grayscale: #2A2A2A. Windows color (decimal): -11269776 or 7342420. OLE color: 7342420.

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

Color convert

RGB849112-
CMYK0.250.9200.56
HSL283.69º85.12%23.73%-
HSV(B)283.69º91.96%43.92%-
XYZ6.683.2515.6-
YUV43.17166.85157.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=40.98%
G=4.39%
B=54.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8491120.250.9200.56283.6985.1223.73
Hex54970195C03811c5518
Octal124111603113407043412530
Binary1010100100111100001100110111000111000100011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540970; }

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

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

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

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

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

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

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

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