Shades of Violent Violet #2B124F
Tints of Violent Violet #2B124F
RGB
CMYK
RGB Variations
Color information
#2B124F (or 0x2B124F) is known color: Violent Violet. HEX triplet: 2B, 12 and 4F. RGB value is (43,18,79). Sum of RGB (Red+Green+Blue) = 43+18+79=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B124F is #D4EDB0. Grayscale: #202020. Windows color (decimal): -13954481 or 5181995. OLE color: 5181995.
HSL color Cylindrical-coordinate representation of color #2B124F: hue angle of 264.59º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B124F is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 18 | 79 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.69 |
| HSL | 264.59º | 0.63% | 0.19% | - |
| HSV(B) | 264.59º | 0.77% | 0.31% | - |
| XYZ | 2.62 | 1.51 | 7.55 | - |
| YUV | 32.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 79 | 0.46 | 0.77 | 0 | 0.69 | 264.59 | 0.63 | 0.19 |
| Hex | 2B | 12 | 4F | 2E | 4D | 0 | 45 | 109 | 3F | 13 |
| Octal | 53 | 22 | 117 | 56 | 115 | 0 | 105 | 411 | 77 | 23 |
| Binary | 101011 | 10010 | 1001111 | 101110 | 1001101 | 0 | 1000101 | 100001001 | 111111 | 10011 |
Color Harmonies of #2B124F
Complementary color
Monochromatic Colors of #2B124F
Black with #2B124F
Text Example
Text Example
White with #2B124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B124F; }
p { color: rgb(43,18,79); }
H1.HeaderClassName
{
color: #2B124F;
}
.AnyTagClassName
{
color: #2B124F;
}
</style>
background-color css
<style>
a { background-color: #2B124F; }
a { background-color: rgb(43,18,79); }
div.DivClassName
{
background-color: #2B124F;
}
.BgClassName
{
background-color: #2B124F;
}
</style>
border-color css
<style>
span { border-color: #2B124F; }
span { border-color: rgb(43,18,79); }
td.TdClassName
{
border-color: #2B124F;
}
.TagClassName
{
border-color: #2B124F;
}
</style>