Shades of Violent Violet #251742
Tints of Violent Violet #251742
RGB
CMYK
RGB Variations
Color information
#251742 (or 0x251742) is known color: Violent Violet. HEX triplet: 25, 17 and 42. RGB value is (37,23,66). Sum of RGB (Red+Green+Blue) = 37+23+66=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #251742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251742 is #DAE8BD. Grayscale: #1F1F1F. Windows color (decimal): -14346430 or 4331301. OLE color: 4331301.
HSL color Cylindrical-coordinate representation of color #251742: hue angle of 259.53º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251742 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 23 | 66 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.74 |
| HSL | 259.53º | 0.48% | 0.17% | - |
| HSV(B) | 259.53º | 0.65% | 0.26% | - |
| XYZ | 2.05 | 1.4 | 5.32 | - |
| YUV | 32.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 66 | 0.44 | 0.65 | 0 | 0.74 | 259.53 | 0.48 | 0.17 |
| Hex | 25 | 17 | 42 | 2C | 41 | 0 | 4A | 104 | 30 | 11 |
| Octal | 45 | 27 | 102 | 54 | 101 | 0 | 112 | 404 | 60 | 21 |
| Binary | 100101 | 10111 | 1000010 | 101100 | 1000001 | 0 | 1001010 | 100000100 | 110000 | 10001 |
Color Harmonies of #251742
Complementary color
Monochromatic Colors of #251742
Black with #251742
Text Example
Text Example
White with #251742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251742; }
p { color: rgb(37,23,66); }
H1.HeaderClassName
{
color: #251742;
}
.AnyTagClassName
{
color: #251742;
}
</style>
background-color css
<style>
a { background-color: #251742; }
a { background-color: rgb(37,23,66); }
div.DivClassName
{
background-color: #251742;
}
.BgClassName
{
background-color: #251742;
}
</style>
border-color css
<style>
span { border-color: #251742; }
span { border-color: rgb(37,23,66); }
td.TdClassName
{
border-color: #251742;
}
.TagClassName
{
border-color: #251742;
}
</style>