#29204A

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

Shades of Violent Violet #29204A

Tints of Violent Violet #29204A

Color information

#29204A (or 0x29204A) is unknown color: approx Violent Violet. HEX triplet: 29, 20 and 4A. RGB value is (41,32,74). Sum of RGB (Red+Green+Blue) = 41+32+74=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #29204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29204A is #D6DFB5. Grayscale: #272727. Windows color (decimal): -14081974 or 4857897. OLE color: 4857897.

HSL color Cylindrical-coordinate representation of color #29204A: hue angle of 252.86º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29204A is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB413274-
CMYK0.450.5700.71
HSL252.86º39.62%20.78%-
HSV(B)252.86º56.76%29.02%-
XYZ2.6726.72-
YUV39.48147.48129.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=27.89%
G=21.77%
B=50.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4132740.450.5700.71252.8639.6220.78
Hex29204A2D39047fd2815
Octal5140112557101073755025
Binary1010011000001001010101101111001010001111111110110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29204A; }

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

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

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

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

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

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

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

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