Shades of Violent Violet #250D4B
Tints of Violent Violet #250D4B
RGB
CMYK
RGB Variations
Color information
#250D4B (or 0x250D4B) is known color: Violent Violet. HEX triplet: 25, 0D and 4B. RGB value is (37,13,75). Sum of RGB (Red+Green+Blue) = 37+13+75=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #250D4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D4B is #DAF2B4. Grayscale: #1B1B1B. Windows color (decimal): -14348981 or 4918565. OLE color: 4918565.
HSL color Cylindrical-coordinate representation of color #250D4B: hue angle of 263.23º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250D4B is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 13 | 75 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.71 |
| HSL | 263.23º | 0.7% | 0.17% | - |
| HSV(B) | 263.23º | 0.83% | 0.29% | - |
| XYZ | 2.18 | 1.19 | 6.77 | - |
| YUV | 27.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 75 | 0.51 | 0.83 | 0 | 0.71 | 263.23 | 0.7 | 0.17 |
| Hex | 25 | D | 4B | 33 | 53 | 0 | 47 | 107 | 46 | 11 |
| Octal | 45 | 15 | 113 | 63 | 123 | 0 | 107 | 407 | 106 | 21 |
| Binary | 100101 | 1101 | 1001011 | 110011 | 1010011 | 0 | 1000111 | 100000111 | 1000110 | 10001 |
Color Harmonies of #250D4B
Complementary color
Monochromatic Colors of #250D4B
Black with #250D4B
Text Example
Text Example
White with #250D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D4B; }
p { color: rgb(37,13,75); }
H1.HeaderClassName
{
color: #250D4B;
}
.AnyTagClassName
{
color: #250D4B;
}
</style>
background-color css
<style>
a { background-color: #250D4B; }
a { background-color: rgb(37,13,75); }
div.DivClassName
{
background-color: #250D4B;
}
.BgClassName
{
background-color: #250D4B;
}
</style>
border-color css
<style>
span { border-color: #250D4B; }
span { border-color: rgb(37,13,75); }
td.TdClassName
{
border-color: #250D4B;
}
.TagClassName
{
border-color: #250D4B;
}
</style>