#541494

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

Shades of Indigo #541494

Tints of Indigo #541494

Color information

#541494 (or 0x541494) is unknown color: approx Indigo. HEX triplet: 54, 14 and 94. RGB value is (84,20,148). Sum of RGB (Red+Green+Blue) = 84+20+148=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #541494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541494 is #ABEB6B. Grayscale: #353535. Windows color (decimal): -11266924 or 9704532. OLE color: 9704532.

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

Color convert

RGB8420148-
CMYK0.430.8600.42
HSL270º76.19%32.94%-
HSV(B)270º86.49%58.04%-
XYZ9.254.5228.4-
YUV53.73181.2149.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=33.33%
G=7.94%
B=58.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84201480.430.8600.4227076.1932.94
Hex5414942B5602A10e4c21
Octal124242245312605241611441
Binary10101001010010010100101011101011001010101000011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541494; }

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

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

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

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

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

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

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

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