Shades of Violent Violet #250E57
Tints of Violent Violet #250E57
RGB
CMYK
RGB Variations
Color information
#250E57 (or 0x250E57) is known color: Violent Violet. HEX triplet: 25, 0E and 57. RGB value is (37,14,87). Sum of RGB (Red+Green+Blue) = 37+14+87=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #250E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E57 is #DAF1A8. Grayscale: #1C1C1C. Windows color (decimal): -14348713 or 5705253. OLE color: 5705253.
HSL color Cylindrical-coordinate representation of color #250E57: hue angle of 258.9º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250E57 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 14 | 87 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.66 |
| HSL | 258.9º | 0.72% | 0.2% | - |
| HSV(B) | 258.9º | 0.84% | 0.34% | - |
| XYZ | 2.64 | 1.4 | 9.15 | - |
| YUV | 29.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 87 | 0.57 | 0.84 | 0 | 0.66 | 258.9 | 0.72 | 0.2 |
| Hex | 25 | E | 57 | 39 | 54 | 0 | 42 | 103 | 48 | 14 |
| Octal | 45 | 16 | 127 | 71 | 124 | 0 | 102 | 403 | 110 | 24 |
| Binary | 100101 | 1110 | 1010111 | 111001 | 1010100 | 0 | 1000010 | 100000011 | 1001000 | 10100 |
Color Harmonies of #250E57
Complementary color
Monochromatic Colors of #250E57
Black with #250E57
Text Example
Text Example
White with #250E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E57; }
p { color: rgb(37,14,87); }
H1.HeaderClassName
{
color: #250E57;
}
.AnyTagClassName
{
color: #250E57;
}
</style>
background-color css
<style>
a { background-color: #250E57; }
a { background-color: rgb(37,14,87); }
div.DivClassName
{
background-color: #250E57;
}
.BgClassName
{
background-color: #250E57;
}
</style>
border-color css
<style>
span { border-color: #250E57; }
span { border-color: rgb(37,14,87); }
td.TdClassName
{
border-color: #250E57;
}
.TagClassName
{
border-color: #250E57;
}
</style>