Shades of Violent Violet #250E4C
Tints of Violent Violet #250E4C
RGB
CMYK
RGB Variations
Color information
#250E4C (or 0x250E4C) is known color: Violent Violet. HEX triplet: 25, 0E and 4C. RGB value is (37,14,76). Sum of RGB (Red+Green+Blue) = 37+14+76=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #250E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E4C is #DAF1B3. Grayscale: #1B1B1B. Windows color (decimal): -14348724 or 4984357. OLE color: 4984357.
HSL color Cylindrical-coordinate representation of color #250E4C: hue angle of 262.26º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #250E4C is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 14 | 76 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.70 |
| HSL | 262.26º | 0.69% | 0.18% | - |
| HSV(B) | 262.26º | 0.82% | 0.3% | - |
| XYZ | 2.22 | 1.23 | 6.96 | - |
| YUV | 27.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 76 | 0.51 | 0.82 | 0 | 0.70 | 262.26 | 0.69 | 0.18 |
| Hex | 25 | E | 4C | 33 | 52 | 0 | 46 | 106 | 45 | 12 |
| Octal | 45 | 16 | 114 | 63 | 122 | 0 | 106 | 406 | 105 | 22 |
| Binary | 100101 | 1110 | 1001100 | 110011 | 1010010 | 0 | 1000110 | 100000110 | 1000101 | 10010 |
Color Harmonies of #250E4C
Complementary color
Monochromatic Colors of #250E4C
Black with #250E4C
Text Example
Text Example
White with #250E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E4C; }
p { color: rgb(37,14,76); }
H1.HeaderClassName
{
color: #250E4C;
}
.AnyTagClassName
{
color: #250E4C;
}
</style>
background-color css
<style>
a { background-color: #250E4C; }
a { background-color: rgb(37,14,76); }
div.DivClassName
{
background-color: #250E4C;
}
.BgClassName
{
background-color: #250E4C;
}
</style>
border-color css
<style>
span { border-color: #250E4C; }
span { border-color: rgb(37,14,76); }
td.TdClassName
{
border-color: #250E4C;
}
.TagClassName
{
border-color: #250E4C;
}
</style>