#541485

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

Shades of Indigo #541485

Tints of Indigo #541485

Color information

#541485 (or 0x541485) is unknown color: approx Indigo. HEX triplet: 54, 14 and 85. RGB value is (84,20,133). Sum of RGB (Red+Green+Blue) = 84+20+133=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #541485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541485 is #ABEB7A. Grayscale: #333333. Windows color (decimal): -11266939 or 8721492. OLE color: 8721492.

HSL color Cylindrical-coordinate representation of color #541485: hue angle of 273.98º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541485 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8420133-
CMYK0.370.8500.48
HSL273.98º73.86%30%-
HSV(B)273.98º84.96%52.16%-
XYZ8.144.0822.55-
YUV52.02173.7150.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=35.44%
G=8.44%
B=56.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84201330.370.8500.48273.9873.8630
Hex54148525550301124a1e
Octal124242054512506042211236
Binary1010100101001000010110010110101010110000100010010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541485; }

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

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

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

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

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

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

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

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