#541890

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

Shades of Indigo #541890

Tints of Indigo #541890

Color information

#541890 (or 0x541890) is unknown color: approx Indigo. HEX triplet: 54, 18 and 90. RGB value is (84,24,144). Sum of RGB (Red+Green+Blue) = 84+24+144=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #541890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541890 is #ABE76F. Grayscale: #373737. Windows color (decimal): -11265904 or 9443412. OLE color: 9443412.

HSL color Cylindrical-coordinate representation of color #541890: hue angle of 270º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541890 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8424144-
CMYK0.420.8300.44
HSL270º71.43%32.94%-
HSV(B)270º83.33%56.47%-
XYZ9.024.5526.79-
YUV55.62177.88148.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=33.33%
G=9.52%
B=57.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84241440.420.8300.4427071.4332.94
Hex5418902A5302C10e4721
Octal124302205212305441610741
Binary10101001100010010000101010101001101011001000011101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541890; }

 p { color: rgb(84,24,144); }

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

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

 a { background-color: rgb(84,24,144); }

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

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

 span { border-color: rgb(84,24,144); }

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