Shades of Violent Violet #2D124F
Tints of Violent Violet #2D124F
RGB
CMYK
RGB Variations
Color information
#2D124F (or 0x2D124F) is known color: Violent Violet. HEX triplet: 2D, 12 and 4F. RGB value is (45,18,79). Sum of RGB (Red+Green+Blue) = 45+18+79=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D124F is #D2EDB0. Grayscale: #202020. Windows color (decimal): -13823409 or 5181997. OLE color: 5181997.
HSL color Cylindrical-coordinate representation of color #2D124F: hue angle of 266.56º 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 #2D124F is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 18 | 79 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.69 |
| HSL | 266.56º | 0.63% | 0.19% | - |
| HSV(B) | 266.56º | 0.77% | 0.31% | - |
| XYZ | 2.71 | 1.56 | 7.55 | - |
| YUV | 33.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 79 | 0.43 | 0.77 | 0 | 0.69 | 266.56 | 0.63 | 0.19 |
| Hex | 2D | 12 | 4F | 2B | 4D | 0 | 45 | 10B | 3F | 13 |
| Octal | 55 | 22 | 117 | 53 | 115 | 0 | 105 | 413 | 77 | 23 |
| Binary | 101101 | 10010 | 1001111 | 101011 | 1001101 | 0 | 1000101 | 100001011 | 111111 | 10011 |
Color Harmonies of #2D124F
Complementary color
Monochromatic Colors of #2D124F
Black with #2D124F
Text Example
Text Example
White with #2D124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D124F; }
p { color: rgb(45,18,79); }
H1.HeaderClassName
{
color: #2D124F;
}
.AnyTagClassName
{
color: #2D124F;
}
</style>
background-color css
<style>
a { background-color: #2D124F; }
a { background-color: rgb(45,18,79); }
div.DivClassName
{
background-color: #2D124F;
}
.BgClassName
{
background-color: #2D124F;
}
</style>
border-color css
<style>
span { border-color: #2D124F; }
span { border-color: rgb(45,18,79); }
td.TdClassName
{
border-color: #2D124F;
}
.TagClassName
{
border-color: #2D124F;
}
</style>