Shades of Violent Violet #251850
Tints of Violent Violet #251850
RGB
CMYK
RGB Variations
Color information
#251850 (or 0x251850) is known color: Violent Violet. HEX triplet: 25, 18 and 50. RGB value is (37,24,80). Sum of RGB (Red+Green+Blue) = 37+24+80=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #251850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251850 is #DAE7AF. Grayscale: #222222. Windows color (decimal): -14346160 or 5249061. OLE color: 5249061.
HSL color Cylindrical-coordinate representation of color #251850: hue angle of 253.93º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251850 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 24 | 80 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.69 |
| HSL | 253.93º | 0.54% | 0.2% | - |
| HSV(B) | 253.93º | 0.7% | 0.31% | - |
| XYZ | 2.54 | 1.63 | 7.77 | - |
| YUV | 34.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 80 | 0.54 | 0.70 | 0 | 0.69 | 253.93 | 0.54 | 0.2 |
| Hex | 25 | 18 | 50 | 36 | 46 | 0 | 45 | FE | 36 | 14 |
| Octal | 45 | 30 | 120 | 66 | 106 | 0 | 105 | 376 | 66 | 24 |
| Binary | 100101 | 11000 | 1010000 | 110110 | 1000110 | 0 | 1000101 | 11111110 | 110110 | 10100 |
Color Harmonies of #251850
Complementary color
Monochromatic Colors of #251850
Black with #251850
Text Example
Text Example
White with #251850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251850; }
p { color: rgb(37,24,80); }
H1.HeaderClassName
{
color: #251850;
}
.AnyTagClassName
{
color: #251850;
}
</style>
background-color css
<style>
a { background-color: #251850; }
a { background-color: rgb(37,24,80); }
div.DivClassName
{
background-color: #251850;
}
.BgClassName
{
background-color: #251850;
}
</style>
border-color css
<style>
span { border-color: #251850; }
span { border-color: rgb(37,24,80); }
td.TdClassName
{
border-color: #251850;
}
.TagClassName
{
border-color: #251850;
}
</style>