Shades of Violent Violet #250358
Tints of Violent Violet #250358
RGB
CMYK
RGB Variations
Color information
#250358 (or 0x250358) is known color: Violent Violet. HEX triplet: 25, 03 and 58. RGB value is (37,3,88). Sum of RGB (Red+Green+Blue) = 37+3+88=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #250358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250358 is #DAFCA7. Grayscale: #161616. Windows color (decimal): -14351528 or 5767973. OLE color: 5767973.
HSL color Cylindrical-coordinate representation of color #250358: hue angle of 264º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250358 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 3 | 88 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.65 |
| HSL | 264º | 0.93% | 0.18% | - |
| HSV(B) | 264º | 0.97% | 0.35% | - |
| XYZ | 2.56 | 1.16 | 9.32 | - |
| YUV | 22.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 88 | 0.58 | 0.97 | 0 | 0.65 | 264 | 0.93 | 0.18 |
| Hex | 25 | 3 | 58 | 3A | 61 | 0 | 41 | 108 | 5D | 12 |
| Octal | 45 | 3 | 130 | 72 | 141 | 0 | 101 | 410 | 135 | 22 |
| Binary | 100101 | 11 | 1011000 | 111010 | 1100001 | 0 | 1000001 | 100001000 | 1011101 | 10010 |
Color Harmonies of #250358
Complementary color
Monochromatic Colors of #250358
Black with #250358
Text Example
Text Example
White with #250358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250358; }
p { color: rgb(37,3,88); }
H1.HeaderClassName
{
color: #250358;
}
.AnyTagClassName
{
color: #250358;
}
</style>
background-color css
<style>
a { background-color: #250358; }
a { background-color: rgb(37,3,88); }
div.DivClassName
{
background-color: #250358;
}
.BgClassName
{
background-color: #250358;
}
</style>
border-color css
<style>
span { border-color: #250358; }
span { border-color: rgb(37,3,88); }
td.TdClassName
{
border-color: #250358;
}
.TagClassName
{
border-color: #250358;
}
</style>