Shades of Violent Violet #2B2149
Tints of Violent Violet #2B2149
RGB
CMYK
RGB Variations
Color information
#2B2149 (or 0x2B2149) is known color: Violent Violet. HEX triplet: 2B, 21 and 49. RGB value is (43,33,73). Sum of RGB (Red+Green+Blue) = 43+33+73=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2149 is #D4DEB6. Grayscale: #282828. Windows color (decimal): -13950647 or 4792619. OLE color: 4792619.
HSL color Cylindrical-coordinate representation of color #2B2149: hue angle of 255º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B2149 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 33 | 73 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.71 |
| HSL | 255º | 0.38% | 0.21% | - |
| HSV(B) | 255º | 0.55% | 0.29% | - |
| XYZ | 2.74 | 2.08 | 6.56 | - |
| YUV | 40.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 73 | 0.41 | 0.55 | 0 | 0.71 | 255 | 0.38 | 0.21 |
| Hex | 2B | 21 | 49 | 29 | 37 | 0 | 47 | FF | 26 | 15 |
| Octal | 53 | 41 | 111 | 51 | 67 | 0 | 107 | 377 | 46 | 25 |
| Binary | 101011 | 100001 | 1001001 | 101001 | 110111 | 0 | 1000111 | 11111111 | 100110 | 10101 |
Color Harmonies of #2B2149
Complementary color
Monochromatic Colors of #2B2149
Black with #2B2149
Text Example
Text Example
White with #2B2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2149; }
p { color: rgb(43,33,73); }
H1.HeaderClassName
{
color: #2B2149;
}
.AnyTagClassName
{
color: #2B2149;
}
</style>
background-color css
<style>
a { background-color: #2B2149; }
a { background-color: rgb(43,33,73); }
div.DivClassName
{
background-color: #2B2149;
}
.BgClassName
{
background-color: #2B2149;
}
</style>
border-color css
<style>
span { border-color: #2B2149; }
span { border-color: rgb(43,33,73); }
td.TdClassName
{
border-color: #2B2149;
}
.TagClassName
{
border-color: #2B2149;
}
</style>