Shades of Violent Violet #250E51
Tints of Violent Violet #250E51
RGB
CMYK
RGB Variations
Color information
#250E51 (or 0x250E51) is known color: Violent Violet. HEX triplet: 25, 0E and 51. RGB value is (37,14,81). Sum of RGB (Red+Green+Blue) = 37+14+81=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #250E51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E51 is #DAF1AE. Grayscale: #1C1C1C. Windows color (decimal): -14348719 or 5312037. OLE color: 5312037.
HSL color Cylindrical-coordinate representation of color #250E51: hue angle of 260.6º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250E51 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 14 | 81 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.68 |
| HSL | 260.6º | 0.71% | 0.19% | - |
| HSV(B) | 260.6º | 0.83% | 0.32% | - |
| XYZ | 2.41 | 1.3 | 7.91 | - |
| YUV | 28.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 81 | 0.54 | 0.83 | 0 | 0.68 | 260.6 | 0.71 | 0.19 |
| Hex | 25 | E | 51 | 36 | 53 | 0 | 44 | 105 | 47 | 13 |
| Octal | 45 | 16 | 121 | 66 | 123 | 0 | 104 | 405 | 107 | 23 |
| Binary | 100101 | 1110 | 1010001 | 110110 | 1010011 | 0 | 1000100 | 100000101 | 1000111 | 10011 |
Color Harmonies of #250E51
Complementary color
Monochromatic Colors of #250E51
Black with #250E51
Text Example
Text Example
White with #250E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E51; }
p { color: rgb(37,14,81); }
H1.HeaderClassName
{
color: #250E51;
}
.AnyTagClassName
{
color: #250E51;
}
</style>
background-color css
<style>
a { background-color: #250E51; }
a { background-color: rgb(37,14,81); }
div.DivClassName
{
background-color: #250E51;
}
.BgClassName
{
background-color: #250E51;
}
</style>
border-color css
<style>
span { border-color: #250E51; }
span { border-color: rgb(37,14,81); }
td.TdClassName
{
border-color: #250E51;
}
.TagClassName
{
border-color: #250E51;
}
</style>