Shades of Violent Violet #250F53
Tints of Violent Violet #250F53
RGB
CMYK
RGB Variations
Color information
#250F53 (or 0x250F53) is known color: Violent Violet. HEX triplet: 25, 0F and 53. RGB value is (37,15,83). Sum of RGB (Red+Green+Blue) = 37+15+83=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #250F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F53 is #DAF0AC. Grayscale: #1D1D1D. Windows color (decimal): -14348461 or 5443365. OLE color: 5443365.
HSL color Cylindrical-coordinate representation of color #250F53: hue angle of 259.41º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #250F53 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 15 | 83 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.67 |
| HSL | 259.41º | 0.69% | 0.19% | - |
| HSV(B) | 259.41º | 0.82% | 0.33% | - |
| XYZ | 2.5 | 1.36 | 8.31 | - |
| YUV | 29.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 83 | 0.55 | 0.82 | 0 | 0.67 | 259.41 | 0.69 | 0.19 |
| Hex | 25 | F | 53 | 37 | 52 | 0 | 43 | 103 | 45 | 13 |
| Octal | 45 | 17 | 123 | 67 | 122 | 0 | 103 | 403 | 105 | 23 |
| Binary | 100101 | 1111 | 1010011 | 110111 | 1010010 | 0 | 1000011 | 100000011 | 1000101 | 10011 |
Color Harmonies of #250F53
Complementary color
Monochromatic Colors of #250F53
Black with #250F53
Text Example
Text Example
White with #250F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F53; }
p { color: rgb(37,15,83); }
H1.HeaderClassName
{
color: #250F53;
}
.AnyTagClassName
{
color: #250F53;
}
</style>
background-color css
<style>
a { background-color: #250F53; }
a { background-color: rgb(37,15,83); }
div.DivClassName
{
background-color: #250F53;
}
.BgClassName
{
background-color: #250F53;
}
</style>
border-color css
<style>
span { border-color: #250F53; }
span { border-color: rgb(37,15,83); }
td.TdClassName
{
border-color: #250F53;
}
.TagClassName
{
border-color: #250F53;
}
</style>