Shades of Violent Violet #250357
Tints of Violent Violet #250357
RGB
CMYK
RGB Variations
Color information
#250357 (or 0x250357) is known color: Violent Violet. HEX triplet: 25, 03 and 57. RGB value is (37,3,87). Sum of RGB (Red+Green+Blue) = 37+3+87=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #250357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250357 is #DAFCA8. Grayscale: #161616. Windows color (decimal): -14351529 or 5702437. OLE color: 5702437.
HSL color Cylindrical-coordinate representation of color #250357: hue angle of 264.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250357 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 3 | 87 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.66 |
| HSL | 264.29º | 0.93% | 0.18% | - |
| HSV(B) | 264.29º | 0.97% | 0.34% | - |
| XYZ | 2.52 | 1.15 | 9.11 | - |
| YUV | 22.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 87 | 0.57 | 0.97 | 0 | 0.66 | 264.29 | 0.93 | 0.18 |
| Hex | 25 | 3 | 57 | 39 | 61 | 0 | 42 | 108 | 5D | 12 |
| Octal | 45 | 3 | 127 | 71 | 141 | 0 | 102 | 410 | 135 | 22 |
| Binary | 100101 | 11 | 1010111 | 111001 | 1100001 | 0 | 1000010 | 100001000 | 1011101 | 10010 |
Color Harmonies of #250357
Complementary color
Monochromatic Colors of #250357
Black with #250357
Text Example
Text Example
White with #250357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250357; }
p { color: rgb(37,3,87); }
H1.HeaderClassName
{
color: #250357;
}
.AnyTagClassName
{
color: #250357;
}
</style>
background-color css
<style>
a { background-color: #250357; }
a { background-color: rgb(37,3,87); }
div.DivClassName
{
background-color: #250357;
}
.BgClassName
{
background-color: #250357;
}
</style>
border-color css
<style>
span { border-color: #250357; }
span { border-color: rgb(37,3,87); }
td.TdClassName
{
border-color: #250357;
}
.TagClassName
{
border-color: #250357;
}
</style>