Shades of Violent Violet #250B49
Tints of Violent Violet #250B49
RGB
CMYK
RGB Variations
Color information
#250B49 (or 0x250B49) is known color: Violent Violet. HEX triplet: 25, 0B and 49. RGB value is (37,11,73). Sum of RGB (Red+Green+Blue) = 37+11+73=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #250B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B49 is #DAF4B6. Grayscale: #191919. Windows color (decimal): -14349495 or 4786981. OLE color: 4786981.
HSL color Cylindrical-coordinate representation of color #250B49: hue angle of 265.16º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250B49 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 11 | 73 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.71 |
| HSL | 265.16º | 0.74% | 0.16% | - |
| HSV(B) | 265.16º | 0.85% | 0.29% | - |
| XYZ | 2.09 | 1.11 | 6.41 | - |
| YUV | 25.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 73 | 0.49 | 0.85 | 0 | 0.71 | 265.16 | 0.74 | 0.16 |
| Hex | 25 | B | 49 | 31 | 55 | 0 | 47 | 109 | 4A | 10 |
| Octal | 45 | 13 | 111 | 61 | 125 | 0 | 107 | 411 | 112 | 20 |
| Binary | 100101 | 1011 | 1001001 | 110001 | 1010101 | 0 | 1000111 | 100001001 | 1001010 | 10000 |
Color Harmonies of #250B49
Complementary color
Monochromatic Colors of #250B49
Black with #250B49
Text Example
Text Example
White with #250B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B49; }
p { color: rgb(37,11,73); }
H1.HeaderClassName
{
color: #250B49;
}
.AnyTagClassName
{
color: #250B49;
}
</style>
background-color css
<style>
a { background-color: #250B49; }
a { background-color: rgb(37,11,73); }
div.DivClassName
{
background-color: #250B49;
}
.BgClassName
{
background-color: #250B49;
}
</style>
border-color css
<style>
span { border-color: #250B49; }
span { border-color: rgb(37,11,73); }
td.TdClassName
{
border-color: #250B49;
}
.TagClassName
{
border-color: #250B49;
}
</style>