#541770

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

Shades of Indigo #541770

Tints of Indigo #541770

Color information

#541770 (or 0x541770) is unknown color: approx Indigo. HEX triplet: 54, 17 and 70. RGB value is (84,23,112). Sum of RGB (Red+Green+Blue) = 84+23+112=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #541770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541770 is #ABE88F. Grayscale: #333333. Windows color (decimal): -11266192 or 7346004. OLE color: 7346004.

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

Color convert

RGB8423112-
CMYK0.250.7900.56
HSL281.12º65.93%26.47%-
HSV(B)281.12º79.46%43.92%-
XYZ6.893.6715.67-
YUV51.38162.21151.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=38.36%
G=10.50%
B=51.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84231120.250.7900.56281.1265.9326.47
Hex541770194F038119421a
Octal124271603111707043110232
Binary10101001011111100001100110011110111000100011001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541770; }

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

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

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

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

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

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

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

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