Shades of Violent Violet #250B56
Tints of Violent Violet #250B56
RGB
CMYK
RGB Variations
Color information
#250B56 (or 0x250B56) is known color: Violent Violet. HEX triplet: 25, 0B and 56. RGB value is (37,11,86). Sum of RGB (Red+Green+Blue) = 37+11+86=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #250B56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B56 is #DAF4A9. Grayscale: #1B1B1B. Windows color (decimal): -14349482 or 5638949. OLE color: 5638949.
HSL color Cylindrical-coordinate representation of color #250B56: hue angle of 260.8º degrees, saturation: 0.77, 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 #250B56 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 37 | 11 | 86 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.66 |
| HSL | 260.8º | 0.77% | 0.19% | - |
| HSV(B) | 260.8º | 0.87% | 0.34% | - |
| XYZ | 2.56 | 1.3 | 8.92 | - |
| YUV | 27.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 86 | 0.57 | 0.87 | 0 | 0.66 | 260.8 | 0.77 | 0.19 |
| Hex | 25 | B | 56 | 39 | 57 | 0 | 42 | 105 | 4D | 13 |
| Octal | 45 | 13 | 126 | 71 | 127 | 0 | 102 | 405 | 115 | 23 |
| Binary | 100101 | 1011 | 1010110 | 111001 | 1010111 | 0 | 1000010 | 100000101 | 1001101 | 10011 |
Color Harmonies of #250B56
Complementary color
Monochromatic Colors of #250B56
Black with #250B56
Text Example
Text Example
White with #250B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B56; }
p { color: rgb(37,11,86); }
H1.HeaderClassName
{
color: #250B56;
}
.AnyTagClassName
{
color: #250B56;
}
</style>
background-color css
<style>
a { background-color: #250B56; }
a { background-color: rgb(37,11,86); }
div.DivClassName
{
background-color: #250B56;
}
.BgClassName
{
background-color: #250B56;
}
</style>
border-color css
<style>
span { border-color: #250B56; }
span { border-color: rgb(37,11,86); }
td.TdClassName
{
border-color: #250B56;
}
.TagClassName
{
border-color: #250B56;
}
</style>