Shades of Violent Violet #331C4B
Tints of Violent Violet #331C4B
RGB
CMYK
RGB Variations
Color information
#331C4B (or 0x331C4B) is known color: Violent Violet. HEX triplet: 33, 1C and 4B. RGB value is (51,28,75). Sum of RGB (Red+Green+Blue) = 51+28+75=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #331C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C4B is #CCE3B4. Grayscale: #282828. Windows color (decimal): -13427637 or 4922419. OLE color: 4922419.
HSL color Cylindrical-coordinate representation of color #331C4B: hue angle of 269.36º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331C4B is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 28 | 75 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.71 |
| HSL | 269.36º | 0.46% | 0.2% | - |
| HSV(B) | 269.36º | 0.63% | 0.29% | - |
| XYZ | 3.05 | 2.04 | 6.89 | - |
| YUV | 40.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 75 | 0.32 | 0.63 | 0 | 0.71 | 269.36 | 0.46 | 0.2 |
| Hex | 33 | 1C | 4B | 20 | 3F | 0 | 47 | 10D | 2E | 14 |
| Octal | 63 | 34 | 113 | 40 | 77 | 0 | 107 | 415 | 56 | 24 |
| Binary | 110011 | 11100 | 1001011 | 100000 | 111111 | 0 | 1000111 | 100001101 | 101110 | 10100 |
Color Harmonies of #331C4B
Complementary color
Monochromatic Colors of #331C4B
Black with #331C4B
Text Example
Text Example
White with #331C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C4B; }
p { color: rgb(51,28,75); }
H1.HeaderClassName
{
color: #331C4B;
}
.AnyTagClassName
{
color: #331C4B;
}
</style>
background-color css
<style>
a { background-color: #331C4B; }
a { background-color: rgb(51,28,75); }
div.DivClassName
{
background-color: #331C4B;
}
.BgClassName
{
background-color: #331C4B;
}
</style>
border-color css
<style>
span { border-color: #331C4B; }
span { border-color: rgb(51,28,75); }
td.TdClassName
{
border-color: #331C4B;
}
.TagClassName
{
border-color: #331C4B;
}
</style>