#29144F

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

Shades of Violent Violet #29144F

Tints of Violent Violet #29144F

Color information

#29144F (or 0x29144F) is unknown color: approx Violent Violet. HEX triplet: 29, 14 and 4F. RGB value is (41,20,79). Sum of RGB (Red+Green+Blue) = 41+20+79=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #29144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29144F is #D6EBB0. Grayscale: #202020. Windows color (decimal): -14085041 or 5182505. OLE color: 5182505.

HSL color Cylindrical-coordinate representation of color #29144F: hue angle of 261.36º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29144F is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB412079-
CMYK0.480.7500.69
HSL261.36º59.6%19.41%-
HSV(B)261.36º74.68%30.98%-
XYZ2.581.547.56-
YUV33153.96133.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 79 (31.25% from 255) = 56.43%
R=29.29%
G=14.29%
B=56.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4120790.480.7500.69261.3659.619.41
Hex29144F304B0451053c13
Octal51241176011301054057423
Binary10100110100100111111000010010110100010110000010111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29144F; }

 p { color: rgb(41,20,79); }

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

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

 a { background-color: rgb(41,20,79); }

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

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

 span { border-color: rgb(41,20,79); }

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