Shades of Violent Violet #250B57
Tints of Violent Violet #250B57
RGB
CMYK
RGB Variations
Color information
#250B57 (or 0x250B57) is known color: Violent Violet. HEX triplet: 25, 0B and 57. RGB value is (37,11,87). Sum of RGB (Red+Green+Blue) = 37+11+87=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #250B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B57 is #DAF4A8. Grayscale: #1B1B1B. Windows color (decimal): -14349481 or 5704485. OLE color: 5704485.
HSL color Cylindrical-coordinate representation of color #250B57: hue angle of 260.53º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250B57 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 11 | 87 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.66 |
| HSL | 260.53º | 0.78% | 0.19% | - |
| HSV(B) | 260.53º | 0.87% | 0.34% | - |
| XYZ | 2.6 | 1.32 | 9.13 | - |
| YUV | 27.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 87 | 0.57 | 0.87 | 0 | 0.66 | 260.53 | 0.78 | 0.19 |
| Hex | 25 | B | 57 | 39 | 57 | 0 | 42 | 105 | 4E | 13 |
| Octal | 45 | 13 | 127 | 71 | 127 | 0 | 102 | 405 | 116 | 23 |
| Binary | 100101 | 1011 | 1010111 | 111001 | 1010111 | 0 | 1000010 | 100000101 | 1001110 | 10011 |
Color Harmonies of #250B57
Complementary color
Monochromatic Colors of #250B57
Black with #250B57
Text Example
Text Example
White with #250B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B57; }
p { color: rgb(37,11,87); }
H1.HeaderClassName
{
color: #250B57;
}
.AnyTagClassName
{
color: #250B57;
}
</style>
background-color css
<style>
a { background-color: #250B57; }
a { background-color: rgb(37,11,87); }
div.DivClassName
{
background-color: #250B57;
}
.BgClassName
{
background-color: #250B57;
}
</style>
border-color css
<style>
span { border-color: #250B57; }
span { border-color: rgb(37,11,87); }
td.TdClassName
{
border-color: #250B57;
}
.TagClassName
{
border-color: #250B57;
}
</style>