#291049

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

Shades of Violent Violet #291049

Tints of Violent Violet #291049

Color information

#291049 (or 0x291049) is unknown color: approx Violent Violet. HEX triplet: 29, 10 and 49. RGB value is (41,16,73). Sum of RGB (Red+Green+Blue) = 41+16+73=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #291049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291049 is #D6EFB6. Grayscale: #1D1D1D. Windows color (decimal): -14086071 or 4788265. OLE color: 4788265.

HSL color Cylindrical-coordinate representation of color #291049: hue angle of 266.32º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #291049 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB411673-
CMYK0.440.7800.71
HSL266.32º64.04%17.45%-
HSV(B)266.32º78.08%28.63%-
XYZ2.31.326.44-
YUV29.97152.28135.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 73 (28.91% from 255) = 56.15%
R=31.54%
G=12.31%
B=56.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4116730.440.7800.71266.3264.0417.45
Hex2910492C4E04710a4011
Octal512011154116010741210021
Binary101001100001001001101100100111001000111100001010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291049; }

 p { color: rgb(41,16,73); }

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

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

 a { background-color: rgb(41,16,73); }

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

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

 span { border-color: rgb(41,16,73); }

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