Shades of Violent Violet #2B2347
Tints of Violent Violet #2B2347
RGB
CMYK
RGB Variations
Color information
#2B2347 (or 0x2B2347) is known color: Violent Violet. HEX triplet: 2B, 23 and 47. RGB value is (43,35,71). Sum of RGB (Red+Green+Blue) = 43+35+71=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2347 is #D4DCB8. Grayscale: #292929. Windows color (decimal): -13950137 or 4662059. OLE color: 4662059.
HSL color Cylindrical-coordinate representation of color #2B2347: hue angle of 253.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B2347 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 35 | 71 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.72 |
| HSL | 253.33º | 0.34% | 0.21% | - |
| HSV(B) | 253.33º | 0.51% | 0.28% | - |
| XYZ | 2.73 | 2.17 | 6.24 | - |
| YUV | 41.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 71 | 0.39 | 0.51 | 0 | 0.72 | 253.33 | 0.34 | 0.21 |
| Hex | 2B | 23 | 47 | 27 | 33 | 0 | 48 | FD | 22 | 15 |
| Octal | 53 | 43 | 107 | 47 | 63 | 0 | 110 | 375 | 42 | 25 |
| Binary | 101011 | 100011 | 1000111 | 100111 | 110011 | 0 | 1001000 | 11111101 | 100010 | 10101 |
Color Harmonies of #2B2347
Complementary color
Monochromatic Colors of #2B2347
Black with #2B2347
Text Example
Text Example
White with #2B2347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2347; }
p { color: rgb(43,35,71); }
H1.HeaderClassName
{
color: #2B2347;
}
.AnyTagClassName
{
color: #2B2347;
}
</style>
background-color css
<style>
a { background-color: #2B2347; }
a { background-color: rgb(43,35,71); }
div.DivClassName
{
background-color: #2B2347;
}
.BgClassName
{
background-color: #2B2347;
}
</style>
border-color css
<style>
span { border-color: #2B2347; }
span { border-color: rgb(43,35,71); }
td.TdClassName
{
border-color: #2B2347;
}
.TagClassName
{
border-color: #2B2347;
}
</style>