#541170

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

Shades of Indigo #541170

Tints of Indigo #541170

Color information

#541170 (or 0x541170) is unknown color: approx Indigo. HEX triplet: 54, 11 and 70. RGB value is (84,17,112). Sum of RGB (Red+Green+Blue) = 84+17+112=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #541170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541170 is #ABEE8F. Grayscale: #2F2F2F. Windows color (decimal): -11267728 or 7344468. OLE color: 7344468.

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

Color convert

RGB8417112-
CMYK0.250.8500.56
HSL282.32º73.64%25.29%-
HSV(B)282.32º84.82%43.92%-
XYZ6.783.4615.64-
YUV47.86164.2153.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=39.44%
G=7.98%
B=52.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84171120.250.8500.56282.3273.6425.29
Hex541170195503811a4a19
Octal124211603112507043211231
Binary10101001000111100001100110101010111000100011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541170; }

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

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

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

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

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

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

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

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