Shades of Violent Violet #2D244D
Tints of Violent Violet #2D244D
RGB
CMYK
RGB Variations
Color information
#2D244D (or 0x2D244D) is known color: Violent Violet. HEX triplet: 2D, 24 and 4D. RGB value is (45,36,77). Sum of RGB (Red+Green+Blue) = 45+36+77=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D244D is #D2DBB2. Grayscale: #2B2B2B. Windows color (decimal): -13818803 or 5055533. OLE color: 5055533.
HSL color Cylindrical-coordinate representation of color #2D244D: hue angle of 253.17º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D244D is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 36 | 77 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.70 |
| HSL | 253.17º | 0.36% | 0.22% | - |
| HSV(B) | 253.17º | 0.53% | 0.3% | - |
| XYZ | 3.05 | 2.36 | 7.31 | - |
| YUV | 43.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 77 | 0.42 | 0.53 | 0 | 0.70 | 253.17 | 0.36 | 0.22 |
| Hex | 2D | 24 | 4D | 2A | 35 | 0 | 46 | FD | 24 | 16 |
| Octal | 55 | 44 | 115 | 52 | 65 | 0 | 106 | 375 | 44 | 26 |
| Binary | 101101 | 100100 | 1001101 | 101010 | 110101 | 0 | 1000110 | 11111101 | 100100 | 10110 |
Color Harmonies of #2D244D
Complementary color
Monochromatic Colors of #2D244D
Black with #2D244D
Text Example
Text Example
White with #2D244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D244D; }
p { color: rgb(45,36,77); }
H1.HeaderClassName
{
color: #2D244D;
}
.AnyTagClassName
{
color: #2D244D;
}
</style>
background-color css
<style>
a { background-color: #2D244D; }
a { background-color: rgb(45,36,77); }
div.DivClassName
{
background-color: #2D244D;
}
.BgClassName
{
background-color: #2D244D;
}
</style>
border-color css
<style>
span { border-color: #2D244D; }
span { border-color: rgb(45,36,77); }
td.TdClassName
{
border-color: #2D244D;
}
.TagClassName
{
border-color: #2D244D;
}
</style>