#29144b

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

Shades of Violent Violet #29144B

Tints of Violent Violet #29144B

Color information

#29144B (or 0x29144B) is unknown color: approx Violent Violet. HEX triplet: 29, 14 and 4B. RGB value is (41,20,75). Sum of RGB (Red+Green+Blue) = 41+20+75=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #29144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29144B is #D6EBB4. Grayscale: #202020. Windows color (decimal): -14085045 or 4920361. OLE color: 4920361.

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

Color convert

RGB412075-
CMYK0.450.7300.71
HSL262.91º57.89%18.63%-
HSV(B)262.91º73.33%29.41%-
XYZ2.431.486.81-
YUV32.55151.96134.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=30.15%
G=14.71%
B=55.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4120750.450.7300.71262.9157.8918.63
Hex29144B2D490471073a13
Octal51241135511101074077223
Binary10100110100100101110110110010010100011110000011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29144b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29144b; }

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

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

<style>
 a { background-color: #29144b; }

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

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

<style>
 span { border-color: #29144b; }

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

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