#540770

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

Shades of Indigo #540770

Tints of Indigo #540770

Color information

#540770 (or 0x540770) is unknown color: approx Indigo. HEX triplet: 54, 07 and 70. RGB value is (84,7,112). Sum of RGB (Red+Green+Blue) = 84+7+112=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #540770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540770 is #ABF88F. Grayscale: #292929. Windows color (decimal): -11270288 or 7341908. OLE color: 7341908.

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

Color convert

RGB847112-
CMYK0.250.9400.56
HSL284º88.24%23.33%-
HSV(B)284º93.75%43.92%-
XYZ6.663.2115.6-
YUV41.99167.51157.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 7 (3.12% from 255) = 3.45%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=41.38%
G=3.45%
B=55.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8471120.250.9400.5628488.2423.33
Hex54770195E03811c5817
Octal12471603113607043413027
Binary101010011111100001100110111100111000100011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540770; }

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

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

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

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

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

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

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

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