#541590

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

Shades of Indigo #541590

Tints of Indigo #541590

Color information

#541590 (or 0x541590) is unknown color: approx Indigo. HEX triplet: 54, 15 and 90. RGB value is (84,21,144). Sum of RGB (Red+Green+Blue) = 84+21+144=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #541590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541590 is #ABEA6F. Grayscale: #353535. Windows color (decimal): -11266672 or 9442644. OLE color: 9442644.

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

Color convert

RGB8421144-
CMYK0.420.8500.44
HSL270.73º74.55%32.35%-
HSV(B)270.73º85.42%56.47%-
XYZ8.964.4326.77-
YUV53.86178.87149.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=33.73%
G=8.43%
B=57.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84211440.420.8500.44270.7374.5532.35
Hex5415902A5502C10f4b20
Octal124252205212505441711340
Binary10101001010110010000101010101010101011001000011111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541590; }

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

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

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

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

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

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

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

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