Shades of Violent Violet #250A58
Tints of Violent Violet #250A58
RGB
CMYK
RGB Variations
Color information
#250A58 (or 0x250A58) is known color: Violent Violet. HEX triplet: 25, 0A and 58. RGB value is (37,10,88). Sum of RGB (Red+Green+Blue) = 37+10+88=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #250A58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A58 is #DAF5A7. Grayscale: #1A1A1A. Windows color (decimal): -14349736 or 5769765. OLE color: 5769765.
HSL color Cylindrical-coordinate representation of color #250A58: hue angle of 260.77º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250A58 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 10 | 88 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.65 |
| HSL | 260.77º | 0.8% | 0.19% | - |
| HSV(B) | 260.77º | 0.89% | 0.35% | - |
| XYZ | 2.63 | 1.31 | 9.35 | - |
| YUV | 26.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 88 | 0.58 | 0.89 | 0 | 0.65 | 260.77 | 0.8 | 0.19 |
| Hex | 25 | A | 58 | 3A | 59 | 0 | 41 | 105 | 50 | 13 |
| Octal | 45 | 12 | 130 | 72 | 131 | 0 | 101 | 405 | 120 | 23 |
| Binary | 100101 | 1010 | 1011000 | 111010 | 1011001 | 0 | 1000001 | 100000101 | 1010000 | 10011 |
Color Harmonies of #250A58
Complementary color
Monochromatic Colors of #250A58
Black with #250A58
Text Example
Text Example
White with #250A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A58; }
p { color: rgb(37,10,88); }
H1.HeaderClassName
{
color: #250A58;
}
.AnyTagClassName
{
color: #250A58;
}
</style>
background-color css
<style>
a { background-color: #250A58; }
a { background-color: rgb(37,10,88); }
div.DivClassName
{
background-color: #250A58;
}
.BgClassName
{
background-color: #250A58;
}
</style>
border-color css
<style>
span { border-color: #250A58; }
span { border-color: rgb(37,10,88); }
td.TdClassName
{
border-color: #250A58;
}
.TagClassName
{
border-color: #250A58;
}
</style>