#292049

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

Shades of Violent Violet #292049

Tints of Violent Violet #292049

Color information

#292049 (or 0x292049) is unknown color: approx Violent Violet. HEX triplet: 29, 20 and 49. RGB value is (41,32,73). Sum of RGB (Red+Green+Blue) = 41+32+73=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #292049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292049 is #D6DFB6. Grayscale: #272727. Windows color (decimal): -14081975 or 4792361. OLE color: 4792361.

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

Color convert

RGB413273-
CMYK0.440.5600.71
HSL253.17º39.05%20.59%-
HSV(B)253.17º56.16%28.63%-
XYZ2.631.996.55-
YUV39.36146.98129.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 73 (28.91% from 255) = 50%
R=28.08%
G=21.92%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4132730.440.5600.71253.1739.0520.59
Hex2920492C38047fd2715
Octal5140111547001073754725
Binary1010011000001001001101100111000010001111111110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292049; }

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

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

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

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

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

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

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

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