#29154E

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

Shades of Violent Violet #29154E

Tints of Violent Violet #29154E

Color information

#29154E (or 0x29154E) is unknown color: approx Violent Violet. HEX triplet: 29, 15 and 4E. RGB value is (41,21,78). Sum of RGB (Red+Green+Blue) = 41+21+78=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #29154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29154E is #D6EAB1. Grayscale: #212121. Windows color (decimal): -14084786 or 5117225. OLE color: 5117225.

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

Color convert

RGB412178-
CMYK0.470.7300.69
HSL261.05º57.58%19.41%-
HSV(B)261.05º73.08%30.59%-
XYZ2.561.567.37-
YUV33.48153.13133.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=29.29%
G=15%
B=55.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4121780.470.7300.69261.0557.5819.41
Hex29154E2F490451053a13
Octal51251165711101054057223
Binary10100110101100111010111110010010100010110000010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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