Shades of Violent Violet #251550
Tints of Violent Violet #251550
RGB
CMYK
RGB Variations
Color information
#251550 (or 0x251550) is known color: Violent Violet. HEX triplet: 25, 15 and 50. RGB value is (37,21,80). Sum of RGB (Red+Green+Blue) = 37+21+80=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #251550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251550 is #DAEAAF. Grayscale: #202020. Windows color (decimal): -14346928 or 5248293. OLE color: 5248293.
HSL color Cylindrical-coordinate representation of color #251550: hue angle of 256.27º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #251550 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 21 | 80 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.69 |
| HSL | 256.27º | 0.58% | 0.2% | - |
| HSV(B) | 256.27º | 0.74% | 0.31% | - |
| XYZ | 2.48 | 1.51 | 7.75 | - |
| YUV | 32.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 80 | 0.54 | 0.74 | 0 | 0.69 | 256.27 | 0.58 | 0.2 |
| Hex | 25 | 15 | 50 | 36 | 4A | 0 | 45 | 100 | 3A | 14 |
| Octal | 45 | 25 | 120 | 66 | 112 | 0 | 105 | 400 | 72 | 24 |
| Binary | 100101 | 10101 | 1010000 | 110110 | 1001010 | 0 | 1000101 | 100000000 | 111010 | 10100 |
Color Harmonies of #251550
Complementary color
Monochromatic Colors of #251550
Black with #251550
Text Example
Text Example
White with #251550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251550; }
p { color: rgb(37,21,80); }
H1.HeaderClassName
{
color: #251550;
}
.AnyTagClassName
{
color: #251550;
}
</style>
background-color css
<style>
a { background-color: #251550; }
a { background-color: rgb(37,21,80); }
div.DivClassName
{
background-color: #251550;
}
.BgClassName
{
background-color: #251550;
}
</style>
border-color css
<style>
span { border-color: #251550; }
span { border-color: rgb(37,21,80); }
td.TdClassName
{
border-color: #251550;
}
.TagClassName
{
border-color: #251550;
}
</style>