Shades of Violent Violet #251649
Tints of Violent Violet #251649
RGB
CMYK
RGB Variations
Color information
#251649 (or 0x251649) is known color: Violent Violet. HEX triplet: 25, 16 and 49. RGB value is (37,22,73). Sum of RGB (Red+Green+Blue) = 37+22+73=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #251649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251649 is #DAE9B6. Grayscale: #202020. Windows color (decimal): -14346679 or 4789797. OLE color: 4789797.
HSL color Cylindrical-coordinate representation of color #251649: hue angle of 257.65º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251649 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 22 | 73 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.71 |
| HSL | 257.65º | 0.54% | 0.19% | - |
| HSV(B) | 257.65º | 0.7% | 0.29% | - |
| XYZ | 2.25 | 1.45 | 6.46 | - |
| YUV | 32.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 73 | 0.49 | 0.70 | 0 | 0.71 | 257.65 | 0.54 | 0.19 |
| Hex | 25 | 16 | 49 | 31 | 46 | 0 | 47 | 102 | 36 | 13 |
| Octal | 45 | 26 | 111 | 61 | 106 | 0 | 107 | 402 | 66 | 23 |
| Binary | 100101 | 10110 | 1001001 | 110001 | 1000110 | 0 | 1000111 | 100000010 | 110110 | 10011 |
Color Harmonies of #251649
Complementary color
Monochromatic Colors of #251649
Black with #251649
Text Example
Text Example
White with #251649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251649; }
p { color: rgb(37,22,73); }
H1.HeaderClassName
{
color: #251649;
}
.AnyTagClassName
{
color: #251649;
}
</style>
background-color css
<style>
a { background-color: #251649; }
a { background-color: rgb(37,22,73); }
div.DivClassName
{
background-color: #251649;
}
.BgClassName
{
background-color: #251649;
}
</style>
border-color css
<style>
span { border-color: #251649; }
span { border-color: rgb(37,22,73); }
td.TdClassName
{
border-color: #251649;
}
.TagClassName
{
border-color: #251649;
}
</style>