#541078

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

Shades of Indigo #541078

Tints of Indigo #541078

Color information

#541078 (or 0x541078) is unknown color: approx Indigo. HEX triplet: 54, 10 and 78. RGB value is (84,16,120). Sum of RGB (Red+Green+Blue) = 84+16+120=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #541078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541078 is #ABEF87. Grayscale: #2F2F2F. Windows color (decimal): -11267976 or 7868500. OLE color: 7868500.

HSL color Cylindrical-coordinate representation of color #541078: hue angle of 279.23º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541078 is Cyan = 0.3, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8416120-
CMYK0.30.8700.53
HSL279.23º76.47%26.67%-
HSV(B)279.23º86.67%47.06%-
XYZ7.233.6118.09-
YUV48.19168.53153.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=38.18%
G=7.27%
B=54.55%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84161200.30.8700.53279.2376.4726.67
Hex5410781E570351174c1b
Octal124201703612706542711433
Binary10101001000011110001111010101110110101100010111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541078; }

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

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

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

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

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

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

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

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