Shades of Violent Violet #2D154A
Tints of Violent Violet #2D154A
RGB
CMYK
RGB Variations
Color information
#2D154A (or 0x2D154A) is known color: Violent Violet. HEX triplet: 2D, 15 and 4A. RGB value is (45,21,74). Sum of RGB (Red+Green+Blue) = 45+21+74=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D154A is #D2EAB5. Grayscale: #222222. Windows color (decimal): -13822646 or 4855085. OLE color: 4855085.
HSL color Cylindrical-coordinate representation of color #2D154A: hue angle of 267.17º 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 #2D154A is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 21 | 74 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.71 |
| HSL | 267.17º | 0.56% | 0.19% | - |
| HSV(B) | 267.17º | 0.72% | 0.29% | - |
| XYZ | 2.59 | 1.59 | 6.65 | - |
| YUV | 34.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 74 | 0.39 | 0.72 | 0 | 0.71 | 267.17 | 0.56 | 0.19 |
| Hex | 2D | 15 | 4A | 27 | 48 | 0 | 47 | 10B | 38 | 13 |
| Octal | 55 | 25 | 112 | 47 | 110 | 0 | 107 | 413 | 70 | 23 |
| Binary | 101101 | 10101 | 1001010 | 100111 | 1001000 | 0 | 1000111 | 100001011 | 111000 | 10011 |
Color Harmonies of #2D154A
Complementary color
Monochromatic Colors of #2D154A
Black with #2D154A
Text Example
Text Example
White with #2D154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D154A; }
p { color: rgb(45,21,74); }
H1.HeaderClassName
{
color: #2D154A;
}
.AnyTagClassName
{
color: #2D154A;
}
</style>
background-color css
<style>
a { background-color: #2D154A; }
a { background-color: rgb(45,21,74); }
div.DivClassName
{
background-color: #2D154A;
}
.BgClassName
{
background-color: #2D154A;
}
</style>
border-color css
<style>
span { border-color: #2D154A; }
span { border-color: rgb(45,21,74); }
td.TdClassName
{
border-color: #2D154A;
}
.TagClassName
{
border-color: #2D154A;
}
</style>