Shades of Violent Violet #2D184A
Tints of Violent Violet #2D184A
RGB
CMYK
RGB Variations
Color information
#2D184A (or 0x2D184A) is known color: Violent Violet. HEX triplet: 2D, 18 and 4A. RGB value is (45,24,74). Sum of RGB (Red+Green+Blue) = 45+24+74=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D184A is #D2E7B5. Grayscale: #232323. Windows color (decimal): -13821878 or 4855853. OLE color: 4855853.
HSL color Cylindrical-coordinate representation of color #2D184A: hue angle of 265.2º degrees, saturation: 0.51, 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 #2D184A is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 24 | 74 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.71 |
| HSL | 265.2º | 0.51% | 0.19% | - |
| HSV(B) | 265.2º | 0.68% | 0.29% | - |
| XYZ | 2.64 | 1.71 | 6.67 | - |
| YUV | 35.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 74 | 0.39 | 0.68 | 0 | 0.71 | 265.2 | 0.51 | 0.19 |
| Hex | 2D | 18 | 4A | 27 | 44 | 0 | 47 | 109 | 33 | 13 |
| Octal | 55 | 30 | 112 | 47 | 104 | 0 | 107 | 411 | 63 | 23 |
| Binary | 101101 | 11000 | 1001010 | 100111 | 1000100 | 0 | 1000111 | 100001001 | 110011 | 10011 |
Color Harmonies of #2D184A
Complementary color
Monochromatic Colors of #2D184A
Black with #2D184A
Text Example
Text Example
White with #2D184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D184A; }
p { color: rgb(45,24,74); }
H1.HeaderClassName
{
color: #2D184A;
}
.AnyTagClassName
{
color: #2D184A;
}
</style>
background-color css
<style>
a { background-color: #2D184A; }
a { background-color: rgb(45,24,74); }
div.DivClassName
{
background-color: #2D184A;
}
.BgClassName
{
background-color: #2D184A;
}
</style>
border-color css
<style>
span { border-color: #2D184A; }
span { border-color: rgb(45,24,74); }
td.TdClassName
{
border-color: #2D184A;
}
.TagClassName
{
border-color: #2D184A;
}
</style>