#541069

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

Shades of Indigo #541069

Tints of Indigo #541069

Color information

#541069 (or 0x541069) is unknown color: approx Indigo. HEX triplet: 54, 10 and 69. RGB value is (84,16,105). Sum of RGB (Red+Green+Blue) = 84+16+105=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #541069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541069 is #ABEF96. Grayscale: #2E2E2E. Windows color (decimal): -11267991 or 6885460. OLE color: 6885460.

HSL color Cylindrical-coordinate representation of color #541069: hue angle of 285.84º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541069 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8416105-
CMYK0.200.8500.59
HSL285.84º73.55%23.73%-
HSV(B)285.84º84.76%41.18%-
XYZ6.393.2813.66-
YUV46.48161.03154.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=40.98%
G=7.80%
B=51.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84161050.200.8500.59285.8473.5523.73
Hex541069145503B11e4a18
Octal124201512412507343611230
Binary10101001000011010011010010101010111011100011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541069; }

 p { color: rgb(84,16,105); }

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

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

 a { background-color: rgb(84,16,105); }

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

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

 span { border-color: rgb(84,16,105); }

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