#29164B

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

Shades of Violent Violet #29164B

Tints of Violent Violet #29164B

Color information

#29164B (or 0x29164B) is unknown color: approx Violent Violet. HEX triplet: 29, 16 and 4B. RGB value is (41,22,75). Sum of RGB (Red+Green+Blue) = 41+22+75=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #29164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29164B is #D6E9B4. Grayscale: #212121. Windows color (decimal): -14084533 or 4920873. OLE color: 4920873.

HSL color Cylindrical-coordinate representation of color #29164B: hue angle of 261.51º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29164B is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB412275-
CMYK0.450.7100.71
HSL261.51º54.64%19.02%-
HSV(B)261.51º70.67%29.41%-
XYZ2.471.556.83-
YUV33.72151.29133.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=29.71%
G=15.94%
B=54.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4122750.450.7100.71261.5154.6419.02
Hex29164B2D470471063713
Octal51261135510701074066723
Binary10100110110100101110110110001110100011110000011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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