Shades of Violent Violet #341B4D
Tints of Violent Violet #341B4D
RGB
CMYK
RGB Variations
Color information
#341B4D (or 0x341B4D) is known color: Violent Violet. HEX triplet: 34, 1B and 4D. RGB value is (52,27,77). Sum of RGB (Red+Green+Blue) = 52+27+77=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #341B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B4D is #CBE4B2. Grayscale: #282828. Windows color (decimal): -13362355 or 5053236. OLE color: 5053236.
HSL color Cylindrical-coordinate representation of color #341B4D: hue angle of 270º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341B4D is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 27 | 77 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.70 |
| HSL | 270º | 0.48% | 0.2% | - |
| HSV(B) | 270º | 0.65% | 0.3% | - |
| XYZ | 3.15 | 2.05 | 7.25 | - |
| YUV | 40.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 77 | 0.32 | 0.65 | 0 | 0.70 | 270 | 0.48 | 0.2 |
| Hex | 34 | 1B | 4D | 20 | 41 | 0 | 46 | 10E | 30 | 14 |
| Octal | 64 | 33 | 115 | 40 | 101 | 0 | 106 | 416 | 60 | 24 |
| Binary | 110100 | 11011 | 1001101 | 100000 | 1000001 | 0 | 1000110 | 100001110 | 110000 | 10100 |
Color Harmonies of #341B4D
Complementary color
Monochromatic Colors of #341B4D
Black with #341B4D
Text Example
Text Example
White with #341B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B4D; }
p { color: rgb(52,27,77); }
H1.HeaderClassName
{
color: #341B4D;
}
.AnyTagClassName
{
color: #341B4D;
}
</style>
background-color css
<style>
a { background-color: #341B4D; }
a { background-color: rgb(52,27,77); }
div.DivClassName
{
background-color: #341B4D;
}
.BgClassName
{
background-color: #341B4D;
}
</style>
border-color css
<style>
span { border-color: #341B4D; }
span { border-color: rgb(52,27,77); }
td.TdClassName
{
border-color: #341B4D;
}
.TagClassName
{
border-color: #341B4D;
}
</style>