Shades of Violent Violet #250E52
Tints of Violent Violet #250E52
RGB
CMYK
RGB Variations
Color information
#250E52 (or 0x250E52) is known color: Violent Violet. HEX triplet: 25, 0E and 52. RGB value is (37,14,82). Sum of RGB (Red+Green+Blue) = 37+14+82=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #250E52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E52 is #DAF1AD. Grayscale: #1C1C1C. Windows color (decimal): -14348718 or 5377573. OLE color: 5377573.
HSL color Cylindrical-coordinate representation of color #250E52: hue angle of 260.29º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250E52 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 14 | 82 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.68 |
| HSL | 260.29º | 0.71% | 0.19% | - |
| HSV(B) | 260.29º | 0.83% | 0.32% | - |
| XYZ | 2.44 | 1.32 | 8.11 | - |
| YUV | 28.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 82 | 0.55 | 0.83 | 0 | 0.68 | 260.29 | 0.71 | 0.19 |
| Hex | 25 | E | 52 | 37 | 53 | 0 | 44 | 104 | 47 | 13 |
| Octal | 45 | 16 | 122 | 67 | 123 | 0 | 104 | 404 | 107 | 23 |
| Binary | 100101 | 1110 | 1010010 | 110111 | 1010011 | 0 | 1000100 | 100000100 | 1000111 | 10011 |
Color Harmonies of #250E52
Complementary color
Monochromatic Colors of #250E52
Black with #250E52
Text Example
Text Example
White with #250E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E52; }
p { color: rgb(37,14,82); }
H1.HeaderClassName
{
color: #250E52;
}
.AnyTagClassName
{
color: #250E52;
}
</style>
background-color css
<style>
a { background-color: #250E52; }
a { background-color: rgb(37,14,82); }
div.DivClassName
{
background-color: #250E52;
}
.BgClassName
{
background-color: #250E52;
}
</style>
border-color css
<style>
span { border-color: #250E52; }
span { border-color: rgb(37,14,82); }
td.TdClassName
{
border-color: #250E52;
}
.TagClassName
{
border-color: #250E52;
}
</style>