#29194A

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

Shades of Violent Violet #29194A

Tints of Violent Violet #29194A

Color information

#29194A (or 0x29194A) is unknown color: approx Violent Violet. HEX triplet: 29, 19 and 4A. RGB value is (41,25,74). Sum of RGB (Red+Green+Blue) = 41+25+74=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #29194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29194A is #D6E6B5. Grayscale: #232323. Windows color (decimal): -14083766 or 4856105. OLE color: 4856105.

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

Color convert

RGB412574-
CMYK0.450.6600.71
HSL259.59º49.49%19.41%-
HSV(B)259.59º66.22%29.02%-
XYZ2.51.666.67-
YUV35.37149.8132.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 74 (29.30% from 255) = 52.86%
R=29.29%
G=17.86%
B=52.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4125740.450.6600.71259.5949.4919.41
Hex29194A2D420471043113
Octal51311125510201074046123
Binary10100111001100101010110110000100100011110000010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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