Shades of Violent Violet #250D52
Tints of Violent Violet #250D52
RGB
CMYK
RGB Variations
Color information
#250D52 (or 0x250D52) is known color: Violent Violet. HEX triplet: 25, 0D and 52. RGB value is (37,13,82). Sum of RGB (Red+Green+Blue) = 37+13+82=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #250D52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D52 is #DAF2AD. Grayscale: #1B1B1B. Windows color (decimal): -14348974 or 5377317. OLE color: 5377317.
HSL color Cylindrical-coordinate representation of color #250D52: hue angle of 260.87º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250D52 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 13 | 82 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.68 |
| HSL | 260.87º | 0.73% | 0.19% | - |
| HSV(B) | 260.87º | 0.84% | 0.32% | - |
| XYZ | 2.43 | 1.29 | 8.1 | - |
| YUV | 28.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 82 | 0.55 | 0.84 | 0 | 0.68 | 260.87 | 0.73 | 0.19 |
| Hex | 25 | D | 52 | 37 | 54 | 0 | 44 | 105 | 49 | 13 |
| Octal | 45 | 15 | 122 | 67 | 124 | 0 | 104 | 405 | 111 | 23 |
| Binary | 100101 | 1101 | 1010010 | 110111 | 1010100 | 0 | 1000100 | 100000101 | 1001001 | 10011 |
Color Harmonies of #250D52
Complementary color
Monochromatic Colors of #250D52
Black with #250D52
Text Example
Text Example
White with #250D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D52; }
p { color: rgb(37,13,82); }
H1.HeaderClassName
{
color: #250D52;
}
.AnyTagClassName
{
color: #250D52;
}
</style>
background-color css
<style>
a { background-color: #250D52; }
a { background-color: rgb(37,13,82); }
div.DivClassName
{
background-color: #250D52;
}
.BgClassName
{
background-color: #250D52;
}
</style>
border-color css
<style>
span { border-color: #250D52; }
span { border-color: rgb(37,13,82); }
td.TdClassName
{
border-color: #250D52;
}
.TagClassName
{
border-color: #250D52;
}
</style>