Shades of Violent Violet #2B2049
Tints of Violent Violet #2B2049
RGB
CMYK
RGB Variations
Color information
#2B2049 (or 0x2B2049) is known color: Violent Violet. HEX triplet: 2B, 20 and 49. RGB value is (43,32,73). Sum of RGB (Red+Green+Blue) = 43+32+73=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2049 is #D4DFB6. Grayscale: #272727. Windows color (decimal): -13950903 or 4792363. OLE color: 4792363.
HSL color Cylindrical-coordinate representation of color #2B2049: hue angle of 256.1º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B2049 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 32 | 73 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.71 |
| HSL | 256.1º | 0.39% | 0.21% | - |
| HSV(B) | 256.1º | 0.56% | 0.29% | - |
| XYZ | 2.72 | 2.03 | 6.55 | - |
| YUV | 39.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 73 | 0.41 | 0.56 | 0 | 0.71 | 256.1 | 0.39 | 0.21 |
| Hex | 2B | 20 | 49 | 29 | 38 | 0 | 47 | 100 | 27 | 15 |
| Octal | 53 | 40 | 111 | 51 | 70 | 0 | 107 | 400 | 47 | 25 |
| Binary | 101011 | 100000 | 1001001 | 101001 | 111000 | 0 | 1000111 | 100000000 | 100111 | 10101 |
Color Harmonies of #2B2049
Complementary color
Monochromatic Colors of #2B2049
Black with #2B2049
Text Example
Text Example
White with #2B2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2049; }
p { color: rgb(43,32,73); }
H1.HeaderClassName
{
color: #2B2049;
}
.AnyTagClassName
{
color: #2B2049;
}
</style>
background-color css
<style>
a { background-color: #2B2049; }
a { background-color: rgb(43,32,73); }
div.DivClassName
{
background-color: #2B2049;
}
.BgClassName
{
background-color: #2B2049;
}
</style>
border-color css
<style>
span { border-color: #2B2049; }
span { border-color: rgb(43,32,73); }
td.TdClassName
{
border-color: #2B2049;
}
.TagClassName
{
border-color: #2B2049;
}
</style>