Shades of Violent Violet #2B2348
Tints of Violent Violet #2B2348
RGB
CMYK
RGB Variations
Color information
#2B2348 (or 0x2B2348) is known color: Violent Violet. HEX triplet: 2B, 23 and 48. RGB value is (43,35,72). Sum of RGB (Red+Green+Blue) = 43+35+72=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B2348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2348 is #D4DCB7. Grayscale: #292929. Windows color (decimal): -13950136 or 4727595. OLE color: 4727595.
HSL color Cylindrical-coordinate representation of color #2B2348: hue angle of 252.97º degrees, saturation: 0.35, 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 #2B2348 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 35 | 72 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.72 |
| HSL | 252.97º | 0.35% | 0.21% | - |
| HSV(B) | 252.97º | 0.51% | 0.28% | - |
| XYZ | 2.77 | 2.18 | 6.41 | - |
| YUV | 41.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 72 | 0.40 | 0.51 | 0 | 0.72 | 252.97 | 0.35 | 0.21 |
| Hex | 2B | 23 | 48 | 28 | 33 | 0 | 48 | FD | 23 | 15 |
| Octal | 53 | 43 | 110 | 50 | 63 | 0 | 110 | 375 | 43 | 25 |
| Binary | 101011 | 100011 | 1001000 | 101000 | 110011 | 0 | 1001000 | 11111101 | 100011 | 10101 |
Color Harmonies of #2B2348
Complementary color
Monochromatic Colors of #2B2348
Black with #2B2348
Text Example
Text Example
White with #2B2348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2348; }
p { color: rgb(43,35,72); }
H1.HeaderClassName
{
color: #2B2348;
}
.AnyTagClassName
{
color: #2B2348;
}
</style>
background-color css
<style>
a { background-color: #2B2348; }
a { background-color: rgb(43,35,72); }
div.DivClassName
{
background-color: #2B2348;
}
.BgClassName
{
background-color: #2B2348;
}
</style>
border-color css
<style>
span { border-color: #2B2348; }
span { border-color: rgb(43,35,72); }
td.TdClassName
{
border-color: #2B2348;
}
.TagClassName
{
border-color: #2B2348;
}
</style>