#541775

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

Shades of Indigo #541775

Tints of Indigo #541775

Color information

#541775 (or 0x541775) is unknown color: approx Indigo. HEX triplet: 54, 17 and 75. RGB value is (84,23,117). Sum of RGB (Red+Green+Blue) = 84+23+117=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #541775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541775 is #ABE88A. Grayscale: #333333. Windows color (decimal): -11266187 or 7673684. OLE color: 7673684.

HSL color Cylindrical-coordinate representation of color #541775: hue angle of 278.94º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541775 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8423117-
CMYK0.280.8000.54
HSL278.94º67.14%27.45%-
HSV(B)278.94º80.34%45.88%-
XYZ7.173.7817.18-
YUV51.96164.71150.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 23 (9.38% from 255) = 10.27%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=37.5%
G=10.27%
B=52.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84231170.280.8000.54278.9467.1427.45
Hex5417751C50036117431b
Octal124271653412006642710333
Binary10101001011111101011110010100000110110100010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541775; }

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

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

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

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

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

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

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

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