Shades of Violent Violet #250D55
Tints of Violent Violet #250D55
RGB
CMYK
RGB Variations
Color information
#250D55 (or 0x250D55) is known color: Violent Violet. HEX triplet: 25, 0D and 55. RGB value is (37,13,85). Sum of RGB (Red+Green+Blue) = 37+13+85=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #250D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D55 is #DAF2AA. Grayscale: #1C1C1C. Windows color (decimal): -14348971 or 5573925. OLE color: 5573925.
HSL color Cylindrical-coordinate representation of color #250D55: hue angle of 260º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250D55 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 13 | 85 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.67 |
| HSL | 260º | 0.73% | 0.19% | - |
| HSV(B) | 260º | 0.85% | 0.33% | - |
| XYZ | 2.55 | 1.34 | 8.72 | - |
| YUV | 28.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 85 | 0.56 | 0.85 | 0 | 0.67 | 260 | 0.73 | 0.19 |
| Hex | 25 | D | 55 | 38 | 55 | 0 | 43 | 104 | 49 | 13 |
| Octal | 45 | 15 | 125 | 70 | 125 | 0 | 103 | 404 | 111 | 23 |
| Binary | 100101 | 1101 | 1010101 | 111000 | 1010101 | 0 | 1000011 | 100000100 | 1001001 | 10011 |
Color Harmonies of #250D55
Complementary color
Monochromatic Colors of #250D55
Black with #250D55
Text Example
Text Example
White with #250D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D55; }
p { color: rgb(37,13,85); }
H1.HeaderClassName
{
color: #250D55;
}
.AnyTagClassName
{
color: #250D55;
}
</style>
background-color css
<style>
a { background-color: #250D55; }
a { background-color: rgb(37,13,85); }
div.DivClassName
{
background-color: #250D55;
}
.BgClassName
{
background-color: #250D55;
}
</style>
border-color css
<style>
span { border-color: #250D55; }
span { border-color: rgb(37,13,85); }
td.TdClassName
{
border-color: #250D55;
}
.TagClassName
{
border-color: #250D55;
}
</style>