Shades of Violent Violet #251144
Tints of Violent Violet #251144
RGB
CMYK
RGB Variations
Color information
#251144 (or 0x251144) is known color: Violent Violet. HEX triplet: 25, 11 and 44. RGB value is (37,17,68). Sum of RGB (Red+Green+Blue) = 37+17+68=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #251144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251144 is #DAEEBB. Grayscale: #1C1C1C. Windows color (decimal): -14347964 or 4460837. OLE color: 4460837.
HSL color Cylindrical-coordinate representation of color #251144: hue angle of 263.53º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251144 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 17 | 68 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.73 |
| HSL | 263.53º | 0.6% | 0.17% | - |
| HSV(B) | 263.53º | 0.75% | 0.27% | - |
| XYZ | 2.01 | 1.21 | 5.6 | - |
| YUV | 28.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 68 | 0.46 | 0.75 | 0 | 0.73 | 263.53 | 0.6 | 0.17 |
| Hex | 25 | 11 | 44 | 2E | 4B | 0 | 49 | 108 | 3C | 11 |
| Octal | 45 | 21 | 104 | 56 | 113 | 0 | 111 | 410 | 74 | 21 |
| Binary | 100101 | 10001 | 1000100 | 101110 | 1001011 | 0 | 1001001 | 100001000 | 111100 | 10001 |
Color Harmonies of #251144
Complementary color
Monochromatic Colors of #251144
Black with #251144
Text Example
Text Example
White with #251144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251144; }
p { color: rgb(37,17,68); }
H1.HeaderClassName
{
color: #251144;
}
.AnyTagClassName
{
color: #251144;
}
</style>
background-color css
<style>
a { background-color: #251144; }
a { background-color: rgb(37,17,68); }
div.DivClassName
{
background-color: #251144;
}
.BgClassName
{
background-color: #251144;
}
</style>
border-color css
<style>
span { border-color: #251144; }
span { border-color: rgb(37,17,68); }
td.TdClassName
{
border-color: #251144;
}
.TagClassName
{
border-color: #251144;
}
</style>