#29174D

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

Shades of Violent Violet #29174D

Tints of Violent Violet #29174D

Color information

#29174D (or 0x29174D) is unknown color: approx Violent Violet. HEX triplet: 29, 17 and 4D. RGB value is (41,23,77). Sum of RGB (Red+Green+Blue) = 41+23+77=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #29174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29174D is #D6E8B2. Grayscale: #222222. Windows color (decimal): -14084275 or 5052201. OLE color: 5052201.

HSL color Cylindrical-coordinate representation of color #29174D: hue angle of 260º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29174D is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB412377-
CMYK0.470.7000.70
HSL260º54%19.61%-
HSV(B)260º70.13%30.2%-
XYZ2.561.627.2-
YUV34.54151.96132.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=29.08%
G=16.31%
B=54.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4123770.470.7000.702605419.61
Hex29174D2F460461043614
Octal51271155710601064046624
Binary10100110111100110110111110001100100011010000010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29174D; }

 p { color: rgb(41,23,77); }

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

<style>
 a { background-color: #29174D; }

 a { background-color: rgb(41,23,77); }

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

<style>
 span { border-color: #29174D; }

 span { border-color: rgb(41,23,77); }

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