#541891

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

Shades of Indigo #541891

Tints of Indigo #541891

Color information

#541891 (or 0x541891) is unknown color: approx Indigo. HEX triplet: 54, 18 and 91. RGB value is (84,24,145). Sum of RGB (Red+Green+Blue) = 84+24+145=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #541891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541891 is #ABE76E. Grayscale: #373737. Windows color (decimal): -11265903 or 9508948. OLE color: 9508948.

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

Color convert

RGB8424145-
CMYK0.420.8300.43
HSL269.75º71.6%33.14%-
HSV(B)269.75º83.45%56.86%-
XYZ9.094.5827.19-
YUV55.73178.38148.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=33.20%
G=9.49%
B=57.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84241450.420.8300.43269.7571.633.14
Hex5418912A5302B10e4821
Octal124302215212305341611041
Binary10101001100010010001101010101001101010111000011101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541891; }

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

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

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

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

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

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

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

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