Shades of Violent Violet #250557
Tints of Violent Violet #250557
RGB
CMYK
RGB Variations
Color information
#250557 (or 0x250557) is known color: Violent Violet. HEX triplet: 25, 05 and 57. RGB value is (37,5,87). Sum of RGB (Red+Green+Blue) = 37+5+87=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #250557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250557 is #DAFAA8. Grayscale: #171717. Windows color (decimal): -14351017 or 5702949. OLE color: 5702949.
HSL color Cylindrical-coordinate representation of color #250557: hue angle of 263.41º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250557 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 5 | 87 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.66 |
| HSL | 263.41º | 0.89% | 0.18% | - |
| HSV(B) | 263.41º | 0.94% | 0.34% | - |
| XYZ | 2.54 | 1.19 | 9.11 | - |
| YUV | 23.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 87 | 0.57 | 0.94 | 0 | 0.66 | 263.41 | 0.89 | 0.18 |
| Hex | 25 | 5 | 57 | 39 | 5E | 0 | 42 | 107 | 59 | 12 |
| Octal | 45 | 5 | 127 | 71 | 136 | 0 | 102 | 407 | 131 | 22 |
| Binary | 100101 | 101 | 1010111 | 111001 | 1011110 | 0 | 1000010 | 100000111 | 1011001 | 10010 |
Color Harmonies of #250557
Complementary color
Monochromatic Colors of #250557
Black with #250557
Text Example
Text Example
White with #250557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250557; }
p { color: rgb(37,5,87); }
H1.HeaderClassName
{
color: #250557;
}
.AnyTagClassName
{
color: #250557;
}
</style>
background-color css
<style>
a { background-color: #250557; }
a { background-color: rgb(37,5,87); }
div.DivClassName
{
background-color: #250557;
}
.BgClassName
{
background-color: #250557;
}
</style>
border-color css
<style>
span { border-color: #250557; }
span { border-color: rgb(37,5,87); }
td.TdClassName
{
border-color: #250557;
}
.TagClassName
{
border-color: #250557;
}
</style>