Shades of Violent Violet #250C4D
Tints of Violent Violet #250C4D
RGB
CMYK
RGB Variations
Color information
#250C4D (or 0x250C4D) is known color: Violent Violet. HEX triplet: 25, 0C and 4D. RGB value is (37,12,77). Sum of RGB (Red+Green+Blue) = 37+12+77=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #250C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C4D is #DAF3B2. Grayscale: #1A1A1A. Windows color (decimal): -14349235 or 5049381. OLE color: 5049381.
HSL color Cylindrical-coordinate representation of color #250C4D: hue angle of 263.08º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250C4D is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 12 | 77 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.70 |
| HSL | 263.08º | 0.73% | 0.17% | - |
| HSV(B) | 263.08º | 0.84% | 0.3% | - |
| XYZ | 2.23 | 1.19 | 7.13 | - |
| YUV | 26.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 77 | 0.52 | 0.84 | 0 | 0.70 | 263.08 | 0.73 | 0.17 |
| Hex | 25 | C | 4D | 34 | 54 | 0 | 46 | 107 | 49 | 11 |
| Octal | 45 | 14 | 115 | 64 | 124 | 0 | 106 | 407 | 111 | 21 |
| Binary | 100101 | 1100 | 1001101 | 110100 | 1010100 | 0 | 1000110 | 100000111 | 1001001 | 10001 |
Color Harmonies of #250C4D
Complementary color
Monochromatic Colors of #250C4D
Black with #250C4D
Text Example
Text Example
White with #250C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C4D; }
p { color: rgb(37,12,77); }
H1.HeaderClassName
{
color: #250C4D;
}
.AnyTagClassName
{
color: #250C4D;
}
</style>
background-color css
<style>
a { background-color: #250C4D; }
a { background-color: rgb(37,12,77); }
div.DivClassName
{
background-color: #250C4D;
}
.BgClassName
{
background-color: #250C4D;
}
</style>
border-color css
<style>
span { border-color: #250C4D; }
span { border-color: rgb(37,12,77); }
td.TdClassName
{
border-color: #250C4D;
}
.TagClassName
{
border-color: #250C4D;
}
</style>