Shades of Violent Violet #251249
Tints of Violent Violet #251249
RGB
CMYK
RGB Variations
Color information
#251249 (or 0x251249) is known color: Violent Violet. HEX triplet: 25, 12 and 49. RGB value is (37,18,73). Sum of RGB (Red+Green+Blue) = 37+18+73=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #251249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251249 is #DAEDB6. Grayscale: #1D1D1D. Windows color (decimal): -14347703 or 4788773. OLE color: 4788773.
HSL color Cylindrical-coordinate representation of color #251249: hue angle of 260.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251249 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 18 | 73 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.71 |
| HSL | 260.73º | 0.6% | 0.18% | - |
| HSV(B) | 260.73º | 0.75% | 0.29% | - |
| XYZ | 2.18 | 1.31 | 6.44 | - |
| YUV | 29.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 73 | 0.49 | 0.75 | 0 | 0.71 | 260.73 | 0.6 | 0.18 |
| Hex | 25 | 12 | 49 | 31 | 4B | 0 | 47 | 105 | 3C | 12 |
| Octal | 45 | 22 | 111 | 61 | 113 | 0 | 107 | 405 | 74 | 22 |
| Binary | 100101 | 10010 | 1001001 | 110001 | 1001011 | 0 | 1000111 | 100000101 | 111100 | 10010 |
Color Harmonies of #251249
Complementary color
Monochromatic Colors of #251249
Black with #251249
Text Example
Text Example
White with #251249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251249; }
p { color: rgb(37,18,73); }
H1.HeaderClassName
{
color: #251249;
}
.AnyTagClassName
{
color: #251249;
}
</style>
background-color css
<style>
a { background-color: #251249; }
a { background-color: rgb(37,18,73); }
div.DivClassName
{
background-color: #251249;
}
.BgClassName
{
background-color: #251249;
}
</style>
border-color css
<style>
span { border-color: #251249; }
span { border-color: rgb(37,18,73); }
td.TdClassName
{
border-color: #251249;
}
.TagClassName
{
border-color: #251249;
}
</style>