Shades of Violent Violet #250C57
Tints of Violent Violet #250C57
RGB
CMYK
RGB Variations
Color information
#250C57 (or 0x250C57) is known color: Violent Violet. HEX triplet: 25, 0C and 57. RGB value is (37,12,87). Sum of RGB (Red+Green+Blue) = 37+12+87=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #250C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C57 is #DAF3A8. Grayscale: #1B1B1B. Windows color (decimal): -14349225 or 5704741. OLE color: 5704741.
HSL color Cylindrical-coordinate representation of color #250C57: hue angle of 260º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250C57 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 12 | 87 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.66 |
| HSL | 260º | 0.76% | 0.19% | - |
| HSV(B) | 260º | 0.86% | 0.34% | - |
| XYZ | 2.61 | 1.34 | 9.14 | - |
| YUV | 28.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 87 | 0.57 | 0.86 | 0 | 0.66 | 260 | 0.76 | 0.19 |
| Hex | 25 | C | 57 | 39 | 56 | 0 | 42 | 104 | 4C | 13 |
| Octal | 45 | 14 | 127 | 71 | 126 | 0 | 102 | 404 | 114 | 23 |
| Binary | 100101 | 1100 | 1010111 | 111001 | 1010110 | 0 | 1000010 | 100000100 | 1001100 | 10011 |
Color Harmonies of #250C57
Complementary color
Monochromatic Colors of #250C57
Black with #250C57
Text Example
Text Example
White with #250C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C57; }
p { color: rgb(37,12,87); }
H1.HeaderClassName
{
color: #250C57;
}
.AnyTagClassName
{
color: #250C57;
}
</style>
background-color css
<style>
a { background-color: #250C57; }
a { background-color: rgb(37,12,87); }
div.DivClassName
{
background-color: #250C57;
}
.BgClassName
{
background-color: #250C57;
}
</style>
border-color css
<style>
span { border-color: #250C57; }
span { border-color: rgb(37,12,87); }
td.TdClassName
{
border-color: #250C57;
}
.TagClassName
{
border-color: #250C57;
}
</style>