Shades of Violent Violet #250354
Tints of Violent Violet #250354
RGB
CMYK
RGB Variations
Color information
#250354 (or 0x250354) is known color: Violent Violet. HEX triplet: 25, 03 and 54. RGB value is (37,3,84). Sum of RGB (Red+Green+Blue) = 37+3+84=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #250354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250354 is #DAFCAB. Grayscale: #161616. Windows color (decimal): -14351532 or 5505829. OLE color: 5505829.
HSL color Cylindrical-coordinate representation of color #250354: hue angle of 265.19º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250354 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 3 | 84 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.67 |
| HSL | 265.19º | 0.93% | 0.17% | - |
| HSV(B) | 265.19º | 0.96% | 0.33% | - |
| XYZ | 2.4 | 1.1 | 8.47 | - |
| YUV | 22.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 84 | 0.56 | 0.96 | 0 | 0.67 | 265.19 | 0.93 | 0.17 |
| Hex | 25 | 3 | 54 | 38 | 60 | 0 | 43 | 109 | 5D | 11 |
| Octal | 45 | 3 | 124 | 70 | 140 | 0 | 103 | 411 | 135 | 21 |
| Binary | 100101 | 11 | 1010100 | 111000 | 1100000 | 0 | 1000011 | 100001001 | 1011101 | 10001 |
Color Harmonies of #250354
Complementary color
Monochromatic Colors of #250354
Black with #250354
Text Example
Text Example
White with #250354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250354; }
p { color: rgb(37,3,84); }
H1.HeaderClassName
{
color: #250354;
}
.AnyTagClassName
{
color: #250354;
}
</style>
background-color css
<style>
a { background-color: #250354; }
a { background-color: rgb(37,3,84); }
div.DivClassName
{
background-color: #250354;
}
.BgClassName
{
background-color: #250354;
}
</style>
border-color css
<style>
span { border-color: #250354; }
span { border-color: rgb(37,3,84); }
td.TdClassName
{
border-color: #250354;
}
.TagClassName
{
border-color: #250354;
}
</style>