Shades of Violent Violet #250D4D
Tints of Violent Violet #250D4D
RGB
CMYK
RGB Variations
Color information
#250D4D (or 0x250D4D) is known color: Violent Violet. HEX triplet: 25, 0D and 4D. RGB value is (37,13,77). Sum of RGB (Red+Green+Blue) = 37+13+77=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #250D4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D4D is #DAF2B2. Grayscale: #1B1B1B. Windows color (decimal): -14348979 or 5049637. OLE color: 5049637.
HSL color Cylindrical-coordinate representation of color #250D4D: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250D4D is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 13 | 77 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.70 |
| HSL | 262.5º | 0.71% | 0.18% | - |
| HSV(B) | 262.5º | 0.83% | 0.3% | - |
| XYZ | 2.25 | 1.22 | 7.14 | - |
| YUV | 27.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 77 | 0.52 | 0.83 | 0 | 0.70 | 262.5 | 0.71 | 0.18 |
| Hex | 25 | D | 4D | 34 | 53 | 0 | 46 | 106 | 47 | 12 |
| Octal | 45 | 15 | 115 | 64 | 123 | 0 | 106 | 406 | 107 | 22 |
| Binary | 100101 | 1101 | 1001101 | 110100 | 1010011 | 0 | 1000110 | 100000110 | 1000111 | 10010 |
Color Harmonies of #250D4D
Complementary color
Monochromatic Colors of #250D4D
Black with #250D4D
Text Example
Text Example
White with #250D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D4D; }
p { color: rgb(37,13,77); }
H1.HeaderClassName
{
color: #250D4D;
}
.AnyTagClassName
{
color: #250D4D;
}
</style>
background-color css
<style>
a { background-color: #250D4D; }
a { background-color: rgb(37,13,77); }
div.DivClassName
{
background-color: #250D4D;
}
.BgClassName
{
background-color: #250D4D;
}
</style>
border-color css
<style>
span { border-color: #250D4D; }
span { border-color: rgb(37,13,77); }
td.TdClassName
{
border-color: #250D4D;
}
.TagClassName
{
border-color: #250D4D;
}
</style>