Shades of Violent Violet #251049
Tints of Violent Violet #251049
RGB
CMYK
RGB Variations
Color information
#251049 (or 0x251049) is known color: Violent Violet. HEX triplet: 25, 10 and 49. RGB value is (37,16,73). Sum of RGB (Red+Green+Blue) = 37+16+73=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #251049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251049 is #DAEFB6. Grayscale: #1C1C1C. Windows color (decimal): -14348215 or 4788261. OLE color: 4788261.
HSL color Cylindrical-coordinate representation of color #251049: hue angle of 262.11º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251049 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 16 | 73 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.71 |
| HSL | 262.11º | 0.64% | 0.17% | - |
| HSV(B) | 262.11º | 0.78% | 0.29% | - |
| XYZ | 2.15 | 1.24 | 6.43 | - |
| YUV | 28.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 73 | 0.49 | 0.78 | 0 | 0.71 | 262.11 | 0.64 | 0.17 |
| Hex | 25 | 10 | 49 | 31 | 4E | 0 | 47 | 106 | 40 | 11 |
| Octal | 45 | 20 | 111 | 61 | 116 | 0 | 107 | 406 | 100 | 21 |
| Binary | 100101 | 10000 | 1001001 | 110001 | 1001110 | 0 | 1000111 | 100000110 | 1000000 | 10001 |
Color Harmonies of #251049
Complementary color
Monochromatic Colors of #251049
Black with #251049
Text Example
Text Example
White with #251049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251049; }
p { color: rgb(37,16,73); }
H1.HeaderClassName
{
color: #251049;
}
.AnyTagClassName
{
color: #251049;
}
</style>
background-color css
<style>
a { background-color: #251049; }
a { background-color: rgb(37,16,73); }
div.DivClassName
{
background-color: #251049;
}
.BgClassName
{
background-color: #251049;
}
</style>
border-color css
<style>
span { border-color: #251049; }
span { border-color: rgb(37,16,73); }
td.TdClassName
{
border-color: #251049;
}
.TagClassName
{
border-color: #251049;
}
</style>