#29154C

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

Shades of Violent Violet #29154C

Tints of Violent Violet #29154C

Color information

#29154C (or 0x29154C) is unknown color: approx Violent Violet. HEX triplet: 29, 15 and 4C. RGB value is (41,21,76). Sum of RGB (Red+Green+Blue) = 41+21+76=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #29154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29154C is #D6EAB3. Grayscale: #212121. Windows color (decimal): -14084788 or 4986153. OLE color: 4986153.

HSL color Cylindrical-coordinate representation of color #29154C: hue angle of 261.82º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29154C is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB412176-
CMYK0.460.7200.70
HSL261.82º56.7%19.02%-
HSV(B)261.82º72.37%29.8%-
XYZ2.491.537-
YUV33.25152.13133.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 76 (30.08% from 255) = 55.07%
R=29.71%
G=15.22%
B=55.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4121760.460.7200.70261.8256.719.02
Hex29154C2E480461063913
Octal51251145611001064067123
Binary10100110101100110010111010010000100011010000011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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