Shades of Violent Violet #2D154B
Tints of Violent Violet #2D154B
RGB
CMYK
RGB Variations
Color information
#2D154B (or 0x2D154B) is known color: Violent Violet. HEX triplet: 2D, 15 and 4B. RGB value is (45,21,75). Sum of RGB (Red+Green+Blue) = 45+21+75=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D154B is #D2EAB4. Grayscale: #222222. Windows color (decimal): -13822645 or 4920621. OLE color: 4920621.
HSL color Cylindrical-coordinate representation of color #2D154B: hue angle of 266.67º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D154B is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 21 | 75 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.71 |
| HSL | 266.67º | 0.56% | 0.19% | - |
| HSV(B) | 266.67º | 0.72% | 0.29% | - |
| XYZ | 2.62 | 1.6 | 6.83 | - |
| YUV | 34.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 75 | 0.40 | 0.72 | 0 | 0.71 | 266.67 | 0.56 | 0.19 |
| Hex | 2D | 15 | 4B | 28 | 48 | 0 | 47 | 10B | 38 | 13 |
| Octal | 55 | 25 | 113 | 50 | 110 | 0 | 107 | 413 | 70 | 23 |
| Binary | 101101 | 10101 | 1001011 | 101000 | 1001000 | 0 | 1000111 | 100001011 | 111000 | 10011 |
Color Harmonies of #2D154B
Complementary color
Monochromatic Colors of #2D154B
Black with #2D154B
Text Example
Text Example
White with #2D154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D154B; }
p { color: rgb(45,21,75); }
H1.HeaderClassName
{
color: #2D154B;
}
.AnyTagClassName
{
color: #2D154B;
}
</style>
background-color css
<style>
a { background-color: #2D154B; }
a { background-color: rgb(45,21,75); }
div.DivClassName
{
background-color: #2D154B;
}
.BgClassName
{
background-color: #2D154B;
}
</style>
border-color css
<style>
span { border-color: #2D154B; }
span { border-color: rgb(45,21,75); }
td.TdClassName
{
border-color: #2D154B;
}
.TagClassName
{
border-color: #2D154B;
}
</style>