#29194E

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

Shades of Violent Violet #29194E

Tints of Violent Violet #29194E

Color information

#29194E (or 0x29194E) is unknown color: approx Violent Violet. HEX triplet: 29, 19 and 4E. RGB value is (41,25,78). Sum of RGB (Red+Green+Blue) = 41+25+78=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #29194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29194E is #D6E6B1. Grayscale: #232323. Windows color (decimal): -14083762 or 5118249. OLE color: 5118249.

HSL color Cylindrical-coordinate representation of color #29194E: hue angle of 258.11º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29194E is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB412578-
CMYK0.470.6800.69
HSL258.11º51.46%20.2%-
HSV(B)258.11º67.95%30.59%-
XYZ2.641.727.4-
YUV35.83151.8131.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=28.47%
G=17.36%
B=54.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4125780.470.6800.69258.1151.4620.2
Hex29194E2F440451023314
Octal51311165710401054026324
Binary10100111001100111010111110001000100010110000001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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