#29184B

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

Shades of Violent Violet #29184B

Tints of Violent Violet #29184B

Color information

#29184B (or 0x29184B) is unknown color: approx Violent Violet. HEX triplet: 29, 18 and 4B. RGB value is (41,24,75). Sum of RGB (Red+Green+Blue) = 41+24+75=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #29184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29184B is #D6E7B4. Grayscale: #222222. Windows color (decimal): -14084021 or 4921385. OLE color: 4921385.

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

Color convert

RGB412475-
CMYK0.450.6800.71
HSL260º51.52%19.41%-
HSV(B)260º68%29.41%-
XYZ2.511.636.84-
YUV34.9150.63132.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=29.29%
G=17.14%
B=53.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4124750.450.6800.7126051.5219.41
Hex29184B2D440471043413
Octal51301135510401074046423
Binary10100111000100101110110110001000100011110000010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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