Shades of Violent Violet #251948
Tints of Violent Violet #251948
RGB
CMYK
RGB Variations
Color information
#251948 (or 0x251948) is known color: Violent Violet. HEX triplet: 25, 19 and 48. RGB value is (37,25,72). Sum of RGB (Red+Green+Blue) = 37+25+72=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #251948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251948 is #DAE6B7. Grayscale: #212121. Windows color (decimal): -14345912 or 4725029. OLE color: 4725029.
HSL color Cylindrical-coordinate representation of color #251948: hue angle of 255.32º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251948 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 25 | 72 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.72 |
| HSL | 255.32º | 0.48% | 0.19% | - |
| HSV(B) | 255.32º | 0.65% | 0.28% | - |
| XYZ | 2.28 | 1.56 | 6.31 | - |
| YUV | 33.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 72 | 0.49 | 0.65 | 0 | 0.72 | 255.32 | 0.48 | 0.19 |
| Hex | 25 | 19 | 48 | 31 | 41 | 0 | 48 | FF | 30 | 13 |
| Octal | 45 | 31 | 110 | 61 | 101 | 0 | 110 | 377 | 60 | 23 |
| Binary | 100101 | 11001 | 1001000 | 110001 | 1000001 | 0 | 1001000 | 11111111 | 110000 | 10011 |
Color Harmonies of #251948
Complementary color
Monochromatic Colors of #251948
Black with #251948
Text Example
Text Example
White with #251948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251948; }
p { color: rgb(37,25,72); }
H1.HeaderClassName
{
color: #251948;
}
.AnyTagClassName
{
color: #251948;
}
</style>
background-color css
<style>
a { background-color: #251948; }
a { background-color: rgb(37,25,72); }
div.DivClassName
{
background-color: #251948;
}
.BgClassName
{
background-color: #251948;
}
</style>
border-color css
<style>
span { border-color: #251948; }
span { border-color: rgb(37,25,72); }
td.TdClassName
{
border-color: #251948;
}
.TagClassName
{
border-color: #251948;
}
</style>