#411B49

Color #411B49 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #411B49

Tints of Hot Purple #411B49

Color information

#411B49 (or 0x411B49) is unknown color: approx Hot Purple. HEX triplet: 41, 1B and 49. RGB value is (65,27,73). Sum of RGB (Red+Green+Blue) = 65+27+73=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #411B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B49 is #BEE4B6. Grayscale: #2B2B2B. Windows color (decimal): -12510391 or 4791105. OLE color: 4791105.

HSL color Cylindrical-coordinate representation of color #411B49: hue angle of 289.57º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411B49 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB652773-
CMYK0.110.6300.71
HSL289.57º46%19.61%-
HSV(B)289.57º63.01%28.63%-
XYZ3.772.396.57-
YUV43.61144.59143.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=39.39%
G=16.36%
B=44.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6527730.110.6300.71289.574619.61
Hex411B49B3F0471222e14
Octal10133111137701074425624
Binary100000111011100100110111111110100011110010001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411B49; }

 p { color: rgb(65,27,73); }

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

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

 a { background-color: rgb(65,27,73); }

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

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

 span { border-color: rgb(65,27,73); }

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