Shades of Violent Violet #2D184B
Tints of Violent Violet #2D184B
RGB
CMYK
RGB Variations
Color information
#2D184B (or 0x2D184B) is known color: Violent Violet. HEX triplet: 2D, 18 and 4B. RGB value is (45,24,75). Sum of RGB (Red+Green+Blue) = 45+24+75=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D184B is #D2E7B4. Grayscale: #232323. Windows color (decimal): -13821877 or 4921389. OLE color: 4921389.
HSL color Cylindrical-coordinate representation of color #2D184B: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D184B is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 24 | 75 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.71 |
| HSL | 264.71º | 0.52% | 0.19% | - |
| HSV(B) | 264.71º | 0.68% | 0.29% | - |
| XYZ | 2.68 | 1.72 | 6.85 | - |
| YUV | 36.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 75 | 0.40 | 0.68 | 0 | 0.71 | 264.71 | 0.52 | 0.19 |
| Hex | 2D | 18 | 4B | 28 | 44 | 0 | 47 | 109 | 34 | 13 |
| Octal | 55 | 30 | 113 | 50 | 104 | 0 | 107 | 411 | 64 | 23 |
| Binary | 101101 | 11000 | 1001011 | 101000 | 1000100 | 0 | 1000111 | 100001001 | 110100 | 10011 |
Color Harmonies of #2D184B
Complementary color
Monochromatic Colors of #2D184B
Black with #2D184B
Text Example
Text Example
White with #2D184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D184B; }
p { color: rgb(45,24,75); }
H1.HeaderClassName
{
color: #2D184B;
}
.AnyTagClassName
{
color: #2D184B;
}
</style>
background-color css
<style>
a { background-color: #2D184B; }
a { background-color: rgb(45,24,75); }
div.DivClassName
{
background-color: #2D184B;
}
.BgClassName
{
background-color: #2D184B;
}
</style>
border-color css
<style>
span { border-color: #2D184B; }
span { border-color: rgb(45,24,75); }
td.TdClassName
{
border-color: #2D184B;
}
.TagClassName
{
border-color: #2D184B;
}
</style>