Shades of Violent Violet #251C49
Tints of Violent Violet #251C49
RGB
CMYK
RGB Variations
Color information
#251C49 (or 0x251C49) is known color: Violent Violet. HEX triplet: 25, 1C and 49. RGB value is (37,28,73). Sum of RGB (Red+Green+Blue) = 37+28+73=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #251C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C49 is #DAE3B6. Grayscale: #232323. Windows color (decimal): -14345143 or 4791333. OLE color: 4791333.
HSL color Cylindrical-coordinate representation of color #251C49: hue angle of 252º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #251C49 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 28 | 73 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.71 |
| HSL | 252º | 0.45% | 0.2% | - |
| HSV(B) | 252º | 0.62% | 0.29% | - |
| XYZ | 2.38 | 1.7 | 6.51 | - |
| YUV | 35.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 73 | 0.49 | 0.62 | 0 | 0.71 | 252 | 0.45 | 0.2 |
| Hex | 25 | 1C | 49 | 31 | 3E | 0 | 47 | FC | 2D | 14 |
| Octal | 45 | 34 | 111 | 61 | 76 | 0 | 107 | 374 | 55 | 24 |
| Binary | 100101 | 11100 | 1001001 | 110001 | 111110 | 0 | 1000111 | 11111100 | 101101 | 10100 |
Color Harmonies of #251C49
Complementary color
Monochromatic Colors of #251C49
Black with #251C49
Text Example
Text Example
White with #251C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C49; }
p { color: rgb(37,28,73); }
H1.HeaderClassName
{
color: #251C49;
}
.AnyTagClassName
{
color: #251C49;
}
</style>
background-color css
<style>
a { background-color: #251C49; }
a { background-color: rgb(37,28,73); }
div.DivClassName
{
background-color: #251C49;
}
.BgClassName
{
background-color: #251C49;
}
</style>
border-color css
<style>
span { border-color: #251C49; }
span { border-color: rgb(37,28,73); }
td.TdClassName
{
border-color: #251C49;
}
.TagClassName
{
border-color: #251C49;
}
</style>