Shades of Violent Violet #2D254A
Tints of Violent Violet #2D254A
RGB
CMYK
RGB Variations
Color information
#2D254A (or 0x2D254A) is known color: Violent Violet. HEX triplet: 2D, 25 and 4A. RGB value is (45,37,74). Sum of RGB (Red+Green+Blue) = 45+37+74=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D254A is #D2DAB5. Grayscale: #2B2B2B. Windows color (decimal): -13818550 or 4859181. OLE color: 4859181.
HSL color Cylindrical-coordinate representation of color #2D254A: hue angle of 252.97º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D254A is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 37 | 74 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.71 |
| HSL | 252.97º | 0.33% | 0.22% | - |
| HSV(B) | 252.97º | 0.5% | 0.29% | - |
| XYZ | 2.98 | 2.38 | 6.78 | - |
| YUV | 43.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 74 | 0.39 | 0.50 | 0 | 0.71 | 252.97 | 0.33 | 0.22 |
| Hex | 2D | 25 | 4A | 27 | 32 | 0 | 47 | FD | 21 | 16 |
| Octal | 55 | 45 | 112 | 47 | 62 | 0 | 107 | 375 | 41 | 26 |
| Binary | 101101 | 100101 | 1001010 | 100111 | 110010 | 0 | 1000111 | 11111101 | 100001 | 10110 |
Color Harmonies of #2D254A
Complementary color
Monochromatic Colors of #2D254A
Black with #2D254A
Text Example
Text Example
White with #2D254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D254A; }
p { color: rgb(45,37,74); }
H1.HeaderClassName
{
color: #2D254A;
}
.AnyTagClassName
{
color: #2D254A;
}
</style>
background-color css
<style>
a { background-color: #2D254A; }
a { background-color: rgb(45,37,74); }
div.DivClassName
{
background-color: #2D254A;
}
.BgClassName
{
background-color: #2D254A;
}
</style>
border-color css
<style>
span { border-color: #2D254A; }
span { border-color: rgb(45,37,74); }
td.TdClassName
{
border-color: #2D254A;
}
.TagClassName
{
border-color: #2D254A;
}
</style>