#29164E

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

Shades of Violent Violet #29164E

Tints of Violent Violet #29164E

Color information

#29164E (or 0x29164E) is unknown color: approx Violent Violet. HEX triplet: 29, 16 and 4E. RGB value is (41,22,78). Sum of RGB (Red+Green+Blue) = 41+22+78=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #29164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29164E is #D6E9B1. Grayscale: #212121. Windows color (decimal): -14084530 or 5117481. OLE color: 5117481.

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

Color convert

RGB412278-
CMYK0.470.7200.69
HSL260.36º56%19.61%-
HSV(B)260.36º71.79%30.59%-
XYZ2.581.67.38-
YUV34.06152.79132.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=29.08%
G=15.60%
B=55.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4122780.470.7200.69260.365619.61
Hex29164E2F480451043814
Octal51261165711001054047024
Binary10100110110100111010111110010000100010110000010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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