Shades of Violent Violet #2D184E
Tints of Violent Violet #2D184E
RGB
CMYK
RGB Variations
Color information
#2D184E (or 0x2D184E) is known color: Violent Violet. HEX triplet: 2D, 18 and 4E. RGB value is (45,24,78). Sum of RGB (Red+Green+Blue) = 45+24+78=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D184E is #D2E7B1. Grayscale: #242424. Windows color (decimal): -13821874 or 5117997. OLE color: 5117997.
HSL color Cylindrical-coordinate representation of color #2D184E: hue angle of 263.33º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D184E is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 24 | 78 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.69 |
| HSL | 263.33º | 0.53% | 0.2% | - |
| HSV(B) | 263.33º | 0.69% | 0.31% | - |
| XYZ | 2.78 | 1.76 | 7.4 | - |
| YUV | 36.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 78 | 0.42 | 0.69 | 0 | 0.69 | 263.33 | 0.53 | 0.2 |
| Hex | 2D | 18 | 4E | 2A | 45 | 0 | 45 | 107 | 35 | 14 |
| Octal | 55 | 30 | 116 | 52 | 105 | 0 | 105 | 407 | 65 | 24 |
| Binary | 101101 | 11000 | 1001110 | 101010 | 1000101 | 0 | 1000101 | 100000111 | 110101 | 10100 |
Color Harmonies of #2D184E
Complementary color
Monochromatic Colors of #2D184E
Black with #2D184E
Text Example
Text Example
White with #2D184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D184E; }
p { color: rgb(45,24,78); }
H1.HeaderClassName
{
color: #2D184E;
}
.AnyTagClassName
{
color: #2D184E;
}
</style>
background-color css
<style>
a { background-color: #2D184E; }
a { background-color: rgb(45,24,78); }
div.DivClassName
{
background-color: #2D184E;
}
.BgClassName
{
background-color: #2D184E;
}
</style>
border-color css
<style>
span { border-color: #2D184E; }
span { border-color: rgb(45,24,78); }
td.TdClassName
{
border-color: #2D184E;
}
.TagClassName
{
border-color: #2D184E;
}
</style>