Shades of Violent Violet #250054
Tints of Violent Violet #250054
RGB
CMYK
RGB Variations
Color information
#250054 (or 0x250054) is known color: Violent Violet. HEX triplet: 25, 00 and 54. RGB value is (37,0,84). Sum of RGB (Red+Green+Blue) = 37+0+84=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #250054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250054 is #DAFFAB. Grayscale: #141414. Windows color (decimal): -14352300 or 5505061. OLE color: 5505061.
HSL color Cylindrical-coordinate representation of color #250054: hue angle of 266.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250054 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 0 | 84 | - |
| CMYK | 0.56 | 1 | 0 | 0.67 |
| HSL | 266.43º | 1% | 0.16% | - |
| HSV(B) | 266.43º | 1% | 0.33% | - |
| XYZ | 2.36 | 1.03 | 8.46 | - |
| YUV | 20.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 84 | 0.56 | 1 | 0 | 0.67 | 266.43 | 1 | 0.16 |
| Hex | 25 | 0 | 54 | 38 | 64 | 0 | 43 | 10A | 64 | 10 |
| Octal | 45 | 0 | 124 | 70 | 144 | 0 | 103 | 412 | 144 | 20 |
| Binary | 100101 | 0 | 1010100 | 111000 | 1100100 | 0 | 1000011 | 100001010 | 1100100 | 10000 |
Color Harmonies of #250054
Complementary color
Monochromatic Colors of #250054
Black with #250054
Text Example
Text Example
White with #250054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250054; }
p { color: rgb(37,0,84); }
H1.HeaderClassName
{
color: #250054;
}
.AnyTagClassName
{
color: #250054;
}
</style>
background-color css
<style>
a { background-color: #250054; }
a { background-color: rgb(37,0,84); }
div.DivClassName
{
background-color: #250054;
}
.BgClassName
{
background-color: #250054;
}
</style>
border-color css
<style>
span { border-color: #250054; }
span { border-color: rgb(37,0,84); }
td.TdClassName
{
border-color: #250054;
}
.TagClassName
{
border-color: #250054;
}
</style>