#540570

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

Shades of Indigo #540570

Tints of Indigo #540570

Color information

#540570 (or 0x540570) is unknown color: approx Indigo. HEX triplet: 54, 05 and 70. RGB value is (84,5,112). Sum of RGB (Red+Green+Blue) = 84+5+112=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #540570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540570 is #ABFA8F. Grayscale: #282828. Windows color (decimal): -11270800 or 7341396. OLE color: 7341396.

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

Color convert

RGB845112-
CMYK0.250.9600.56
HSL284.3º91.45%22.94%-
HSV(B)284.3º95.54%43.92%-
XYZ6.643.1615.59-
YUV40.82168.17158.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=41.79%
G=2.49%
B=55.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8451120.250.9600.56284.391.4522.94
Hex54570196003811c5b17
Octal12451603114007043413327
Binary101010010111100001100111000000111000100011100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540570; }

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

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

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

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

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

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

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

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