Shades of Violent Violet #2D154E
Tints of Violent Violet #2D154E
RGB
CMYK
RGB Variations
Color information
#2D154E (or 0x2D154E) is known color: Violent Violet. HEX triplet: 2D, 15 and 4E. RGB value is (45,21,78). Sum of RGB (Red+Green+Blue) = 45+21+78=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D154E is #D2EAB1. Grayscale: #222222. Windows color (decimal): -13822642 or 5117229. OLE color: 5117229.
HSL color Cylindrical-coordinate representation of color #2D154E: hue angle of 265.26º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D154E is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 21 | 78 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.69 |
| HSL | 265.26º | 0.58% | 0.19% | - |
| HSV(B) | 265.26º | 0.73% | 0.31% | - |
| XYZ | 2.73 | 1.64 | 7.38 | - |
| YUV | 34.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 78 | 0.42 | 0.73 | 0 | 0.69 | 265.26 | 0.58 | 0.19 |
| Hex | 2D | 15 | 4E | 2A | 49 | 0 | 45 | 109 | 3A | 13 |
| Octal | 55 | 25 | 116 | 52 | 111 | 0 | 105 | 411 | 72 | 23 |
| Binary | 101101 | 10101 | 1001110 | 101010 | 1001001 | 0 | 1000101 | 100001001 | 111010 | 10011 |
Color Harmonies of #2D154E
Complementary color
Monochromatic Colors of #2D154E
Black with #2D154E
Text Example
Text Example
White with #2D154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D154E; }
p { color: rgb(45,21,78); }
H1.HeaderClassName
{
color: #2D154E;
}
.AnyTagClassName
{
color: #2D154E;
}
</style>
background-color css
<style>
a { background-color: #2D154E; }
a { background-color: rgb(45,21,78); }
div.DivClassName
{
background-color: #2D154E;
}
.BgClassName
{
background-color: #2D154E;
}
</style>
border-color css
<style>
span { border-color: #2D154E; }
span { border-color: rgb(45,21,78); }
td.TdClassName
{
border-color: #2D154E;
}
.TagClassName
{
border-color: #2D154E;
}
</style>