Shades of Violent Violet #2D214B
Tints of Violent Violet #2D214B
RGB
CMYK
RGB Variations
Color information
#2D214B (or 0x2D214B) is known color: Violent Violet. HEX triplet: 2D, 21 and 4B. RGB value is (45,33,75). Sum of RGB (Red+Green+Blue) = 45+33+75=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D214B is #D2DEB4. Grayscale: #292929. Windows color (decimal): -13819573 or 4923693. OLE color: 4923693.
HSL color Cylindrical-coordinate representation of color #2D214B: hue angle of 257.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D214B is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 33 | 75 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.71 |
| HSL | 257.14º | 0.39% | 0.21% | - |
| HSV(B) | 257.14º | 0.56% | 0.29% | - |
| XYZ | 2.9 | 2.15 | 6.92 | - |
| YUV | 41.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 75 | 0.40 | 0.56 | 0 | 0.71 | 257.14 | 0.39 | 0.21 |
| Hex | 2D | 21 | 4B | 28 | 38 | 0 | 47 | 101 | 27 | 15 |
| Octal | 55 | 41 | 113 | 50 | 70 | 0 | 107 | 401 | 47 | 25 |
| Binary | 101101 | 100001 | 1001011 | 101000 | 111000 | 0 | 1000111 | 100000001 | 100111 | 10101 |
Color Harmonies of #2D214B
Complementary color
Monochromatic Colors of #2D214B
Black with #2D214B
Text Example
Text Example
White with #2D214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D214B; }
p { color: rgb(45,33,75); }
H1.HeaderClassName
{
color: #2D214B;
}
.AnyTagClassName
{
color: #2D214B;
}
</style>
background-color css
<style>
a { background-color: #2D214B; }
a { background-color: rgb(45,33,75); }
div.DivClassName
{
background-color: #2D214B;
}
.BgClassName
{
background-color: #2D214B;
}
</style>
border-color css
<style>
span { border-color: #2D214B; }
span { border-color: rgb(45,33,75); }
td.TdClassName
{
border-color: #2D214B;
}
.TagClassName
{
border-color: #2D214B;
}
</style>