Shades of Violent Violet #34294B
Tints of Violent Violet #34294B
RGB
CMYK
RGB Variations
Color information
#34294B (or 0x34294B) is known color: Violent Violet. HEX triplet: 34, 29 and 4B. RGB value is (52,41,75). Sum of RGB (Red+Green+Blue) = 52+41+75=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #34294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34294B is #CBD6B4. Grayscale: #303030. Windows color (decimal): -13358773 or 4925748. OLE color: 4925748.
HSL color Cylindrical-coordinate representation of color #34294B: hue angle of 259.41º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34294B is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 41 | 75 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.71 |
| HSL | 259.41º | 0.29% | 0.23% | - |
| HSV(B) | 259.41º | 0.45% | 0.29% | - |
| XYZ | 3.48 | 2.82 | 7.02 | - |
| YUV | 48.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 75 | 0.31 | 0.45 | 0 | 0.71 | 259.41 | 0.29 | 0.23 |
| Hex | 34 | 29 | 4B | 1F | 2D | 0 | 47 | 103 | 1D | 17 |
| Octal | 64 | 51 | 113 | 37 | 55 | 0 | 107 | 403 | 35 | 27 |
| Binary | 110100 | 101001 | 1001011 | 11111 | 101101 | 0 | 1000111 | 100000011 | 11101 | 10111 |
Color Harmonies of #34294B
Complementary color
Monochromatic Colors of #34294B
Black with #34294B
Text Example
Text Example
White with #34294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34294B; }
p { color: rgb(52,41,75); }
H1.HeaderClassName
{
color: #34294B;
}
.AnyTagClassName
{
color: #34294B;
}
</style>
background-color css
<style>
a { background-color: #34294B; }
a { background-color: rgb(52,41,75); }
div.DivClassName
{
background-color: #34294B;
}
.BgClassName
{
background-color: #34294B;
}
</style>
border-color css
<style>
span { border-color: #34294B; }
span { border-color: rgb(52,41,75); }
td.TdClassName
{
border-color: #34294B;
}
.TagClassName
{
border-color: #34294B;
}
</style>