#541578

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

Shades of Indigo #541578

Tints of Indigo #541578

Color information

#541578 (or 0x541578) is unknown color: approx Indigo. HEX triplet: 54, 15 and 78. RGB value is (84,21,120). Sum of RGB (Red+Green+Blue) = 84+21+120=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #541578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541578 is #ABEA87. Grayscale: #323232. Windows color (decimal): -11266696 or 7869780. OLE color: 7869780.

HSL color Cylindrical-coordinate representation of color #541578: hue angle of 278.18º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541578 is Cyan = 0.3, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8421120-
CMYK0.30.8300.53
HSL278.18º70.21%27.65%-
HSV(B)278.18º82.5%47.06%-
XYZ7.313.7818.11-
YUV51.12166.87151.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=37.33%
G=9.33%
B=53.33%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84211200.30.8300.53278.1870.2127.65
Hex5415781E53035116461c
Octal124251703612306542610634
Binary10101001010111110001111010100110110101100010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541578; }

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

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

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

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

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

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

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

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