Shades of Violent Violet #2B2249
Tints of Violent Violet #2B2249
RGB
CMYK
RGB Variations
Color information
#2B2249 (or 0x2B2249) is known color: Violent Violet. HEX triplet: 2B, 22 and 49. RGB value is (43,34,73). Sum of RGB (Red+Green+Blue) = 43+34+73=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2249 is #D4DDB6. Grayscale: #282828. Windows color (decimal): -13950391 or 4792875. OLE color: 4792875.
HSL color Cylindrical-coordinate representation of color #2B2249: hue angle of 253.85º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B2249 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 34 | 73 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.71 |
| HSL | 253.85º | 0.36% | 0.21% | - |
| HSV(B) | 253.85º | 0.53% | 0.29% | - |
| XYZ | 2.77 | 2.14 | 6.57 | - |
| YUV | 41.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 73 | 0.41 | 0.53 | 0 | 0.71 | 253.85 | 0.36 | 0.21 |
| Hex | 2B | 22 | 49 | 29 | 35 | 0 | 47 | FE | 24 | 15 |
| Octal | 53 | 42 | 111 | 51 | 65 | 0 | 107 | 376 | 44 | 25 |
| Binary | 101011 | 100010 | 1001001 | 101001 | 110101 | 0 | 1000111 | 11111110 | 100100 | 10101 |
Color Harmonies of #2B2249
Complementary color
Monochromatic Colors of #2B2249
Black with #2B2249
Text Example
Text Example
White with #2B2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2249; }
p { color: rgb(43,34,73); }
H1.HeaderClassName
{
color: #2B2249;
}
.AnyTagClassName
{
color: #2B2249;
}
</style>
background-color css
<style>
a { background-color: #2B2249; }
a { background-color: rgb(43,34,73); }
div.DivClassName
{
background-color: #2B2249;
}
.BgClassName
{
background-color: #2B2249;
}
</style>
border-color css
<style>
span { border-color: #2B2249; }
span { border-color: rgb(43,34,73); }
td.TdClassName
{
border-color: #2B2249;
}
.TagClassName
{
border-color: #2B2249;
}
</style>