Shades of Violent Violet #2D144B
Tints of Violent Violet #2D144B
RGB
CMYK
RGB Variations
Color information
#2D144B (or 0x2D144B) is known color: Violent Violet. HEX triplet: 2D, 14 and 4B. RGB value is (45,20,75). Sum of RGB (Red+Green+Blue) = 45+20+75=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D144B is #D2EBB4. Grayscale: #212121. Windows color (decimal): -13822901 or 4920365. OLE color: 4920365.
HSL color Cylindrical-coordinate representation of color #2D144B: hue angle of 267.27º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D144B is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 20 | 75 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.71 |
| HSL | 267.27º | 0.58% | 0.19% | - |
| HSV(B) | 267.27º | 0.73% | 0.29% | - |
| XYZ | 2.6 | 1.57 | 6.82 | - |
| YUV | 33.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 75 | 0.40 | 0.73 | 0 | 0.71 | 267.27 | 0.58 | 0.19 |
| Hex | 2D | 14 | 4B | 28 | 49 | 0 | 47 | 10B | 3A | 13 |
| Octal | 55 | 24 | 113 | 50 | 111 | 0 | 107 | 413 | 72 | 23 |
| Binary | 101101 | 10100 | 1001011 | 101000 | 1001001 | 0 | 1000111 | 100001011 | 111010 | 10011 |
Color Harmonies of #2D144B
Complementary color
Monochromatic Colors of #2D144B
Black with #2D144B
Text Example
Text Example
White with #2D144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D144B; }
p { color: rgb(45,20,75); }
H1.HeaderClassName
{
color: #2D144B;
}
.AnyTagClassName
{
color: #2D144B;
}
</style>
background-color css
<style>
a { background-color: #2D144B; }
a { background-color: rgb(45,20,75); }
div.DivClassName
{
background-color: #2D144B;
}
.BgClassName
{
background-color: #2D144B;
}
</style>
border-color css
<style>
span { border-color: #2D144B; }
span { border-color: rgb(45,20,75); }
td.TdClassName
{
border-color: #2D144B;
}
.TagClassName
{
border-color: #2D144B;
}
</style>