Shades of Violent Violet #251148
Tints of Violent Violet #251148
RGB
CMYK
RGB Variations
Color information
#251148 (or 0x251148) is known color: Violent Violet. HEX triplet: 25, 11 and 48. RGB value is (37,17,72). Sum of RGB (Red+Green+Blue) = 37+17+72=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #251148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251148 is #DAEEB7. Grayscale: #1D1D1D. Windows color (decimal): -14347960 or 4722981. OLE color: 4722981.
HSL color Cylindrical-coordinate representation of color #251148: hue angle of 261.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251148 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 17 | 72 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.72 |
| HSL | 261.82º | 0.62% | 0.17% | - |
| HSV(B) | 261.82º | 0.76% | 0.28% | - |
| XYZ | 2.13 | 1.26 | 6.26 | - |
| YUV | 29.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 72 | 0.49 | 0.76 | 0 | 0.72 | 261.82 | 0.62 | 0.17 |
| Hex | 25 | 11 | 48 | 31 | 4C | 0 | 48 | 106 | 3E | 11 |
| Octal | 45 | 21 | 110 | 61 | 114 | 0 | 110 | 406 | 76 | 21 |
| Binary | 100101 | 10001 | 1001000 | 110001 | 1001100 | 0 | 1001000 | 100000110 | 111110 | 10001 |
Color Harmonies of #251148
Complementary color
Monochromatic Colors of #251148
Black with #251148
Text Example
Text Example
White with #251148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251148; }
p { color: rgb(37,17,72); }
H1.HeaderClassName
{
color: #251148;
}
.AnyTagClassName
{
color: #251148;
}
</style>
background-color css
<style>
a { background-color: #251148; }
a { background-color: rgb(37,17,72); }
div.DivClassName
{
background-color: #251148;
}
.BgClassName
{
background-color: #251148;
}
</style>
border-color css
<style>
span { border-color: #251148; }
span { border-color: rgb(37,17,72); }
td.TdClassName
{
border-color: #251148;
}
.TagClassName
{
border-color: #251148;
}
</style>