#541490

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

Shades of Indigo #541490

Tints of Indigo #541490

Color information

#541490 (or 0x541490) is unknown color: approx Indigo. HEX triplet: 54, 14 and 90. RGB value is (84,20,144). Sum of RGB (Red+Green+Blue) = 84+20+144=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #541490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541490 is #ABEB6F. Grayscale: #343434. Windows color (decimal): -11266928 or 9442388. OLE color: 9442388.

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

Color convert

RGB8420144-
CMYK0.420.8600.44
HSL270.97º75.61%32.16%-
HSV(B)270.97º86.11%56.47%-
XYZ8.944.426.76-
YUV53.27179.2149.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=33.87%
G=8.06%
B=58.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84201440.420.8600.44270.9775.6132.16
Hex5414902A5602C10f4c20
Octal124242205212605441711440
Binary10101001010010010000101010101011001011001000011111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541490; }

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

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

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

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

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

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

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

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