Shades of Violent Violet #250454
Tints of Violent Violet #250454
RGB
CMYK
RGB Variations
Color information
#250454 (or 0x250454) is known color: Violent Violet. HEX triplet: 25, 04 and 54. RGB value is (37,4,84). Sum of RGB (Red+Green+Blue) = 37+4+84=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #250454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250454 is #DAFBAB. Grayscale: #161616. Windows color (decimal): -14351276 or 5506085. OLE color: 5506085.
HSL color Cylindrical-coordinate representation of color #250454: hue angle of 264.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250454 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 4 | 84 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.67 |
| HSL | 264.75º | 0.91% | 0.17% | - |
| HSV(B) | 264.75º | 0.95% | 0.33% | - |
| XYZ | 2.41 | 1.12 | 8.48 | - |
| YUV | 22.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 84 | 0.56 | 0.95 | 0 | 0.67 | 264.75 | 0.91 | 0.17 |
| Hex | 25 | 4 | 54 | 38 | 5F | 0 | 43 | 109 | 5B | 11 |
| Octal | 45 | 4 | 124 | 70 | 137 | 0 | 103 | 411 | 133 | 21 |
| Binary | 100101 | 100 | 1010100 | 111000 | 1011111 | 0 | 1000011 | 100001001 | 1011011 | 10001 |
Color Harmonies of #250454
Complementary color
Monochromatic Colors of #250454
Black with #250454
Text Example
Text Example
White with #250454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250454; }
p { color: rgb(37,4,84); }
H1.HeaderClassName
{
color: #250454;
}
.AnyTagClassName
{
color: #250454;
}
</style>
background-color css
<style>
a { background-color: #250454; }
a { background-color: rgb(37,4,84); }
div.DivClassName
{
background-color: #250454;
}
.BgClassName
{
background-color: #250454;
}
</style>
border-color css
<style>
span { border-color: #250454; }
span { border-color: rgb(37,4,84); }
td.TdClassName
{
border-color: #250454;
}
.TagClassName
{
border-color: #250454;
}
</style>