Shades of Violent Violet #25194D
Tints of Violent Violet #25194D
RGB
CMYK
RGB Variations
Color information
#25194D (or 0x25194D) is known color: Violent Violet. HEX triplet: 25, 19 and 4D. RGB value is (37,25,77). Sum of RGB (Red+Green+Blue) = 37+25+77=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #25194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25194D is #DAE6B2. Grayscale: #222222. Windows color (decimal): -14345907 or 5052709. OLE color: 5052709.
HSL color Cylindrical-coordinate representation of color #25194D: hue angle of 253.85º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25194D is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 25 | 77 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.70 |
| HSL | 253.85º | 0.51% | 0.2% | - |
| HSV(B) | 253.85º | 0.68% | 0.3% | - |
| XYZ | 2.45 | 1.62 | 7.21 | - |
| YUV | 34.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 77 | 0.52 | 0.68 | 0 | 0.70 | 253.85 | 0.51 | 0.2 |
| Hex | 25 | 19 | 4D | 34 | 44 | 0 | 46 | FE | 33 | 14 |
| Octal | 45 | 31 | 115 | 64 | 104 | 0 | 106 | 376 | 63 | 24 |
| Binary | 100101 | 11001 | 1001101 | 110100 | 1000100 | 0 | 1000110 | 11111110 | 110011 | 10100 |
Color Harmonies of #25194D
Complementary color
Monochromatic Colors of #25194D
Black with #25194D
Text Example
Text Example
White with #25194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25194D; }
p { color: rgb(37,25,77); }
H1.HeaderClassName
{
color: #25194D;
}
.AnyTagClassName
{
color: #25194D;
}
</style>
background-color css
<style>
a { background-color: #25194D; }
a { background-color: rgb(37,25,77); }
div.DivClassName
{
background-color: #25194D;
}
.BgClassName
{
background-color: #25194D;
}
</style>
border-color css
<style>
span { border-color: #25194D; }
span { border-color: rgb(37,25,77); }
td.TdClassName
{
border-color: #25194D;
}
.TagClassName
{
border-color: #25194D;
}
</style>