Shades of Violent Violet #250F48
Tints of Violent Violet #250F48
RGB
CMYK
RGB Variations
Color information
#250F48 (or 0x250F48) is known color: Violent Violet. HEX triplet: 25, 0F and 48. RGB value is (37,15,72). Sum of RGB (Red+Green+Blue) = 37+15+72=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #250F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F48 is #DAF0B7. Grayscale: #1B1B1B. Windows color (decimal): -14348472 or 4722469. OLE color: 4722469.
HSL color Cylindrical-coordinate representation of color #250F48: hue angle of 263.16º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #250F48 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 15 | 72 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.72 |
| HSL | 263.16º | 0.66% | 0.17% | - |
| HSV(B) | 263.16º | 0.79% | 0.28% | - |
| XYZ | 2.1 | 1.2 | 6.25 | - |
| YUV | 28.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 72 | 0.49 | 0.79 | 0 | 0.72 | 263.16 | 0.66 | 0.17 |
| Hex | 25 | F | 48 | 31 | 4F | 0 | 48 | 107 | 42 | 11 |
| Octal | 45 | 17 | 110 | 61 | 117 | 0 | 110 | 407 | 102 | 21 |
| Binary | 100101 | 1111 | 1001000 | 110001 | 1001111 | 0 | 1001000 | 100000111 | 1000010 | 10001 |
Color Harmonies of #250F48
Complementary color
Monochromatic Colors of #250F48
Black with #250F48
Text Example
Text Example
White with #250F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F48; }
p { color: rgb(37,15,72); }
H1.HeaderClassName
{
color: #250F48;
}
.AnyTagClassName
{
color: #250F48;
}
</style>
background-color css
<style>
a { background-color: #250F48; }
a { background-color: rgb(37,15,72); }
div.DivClassName
{
background-color: #250F48;
}
.BgClassName
{
background-color: #250F48;
}
</style>
border-color css
<style>
span { border-color: #250F48; }
span { border-color: rgb(37,15,72); }
td.TdClassName
{
border-color: #250F48;
}
.TagClassName
{
border-color: #250F48;
}
</style>