Shades of Violent Violet #251346
Tints of Violent Violet #251346
RGB
CMYK
RGB Variations
Color information
#251346 (or 0x251346) is known color: Violent Violet. HEX triplet: 25, 13 and 46. RGB value is (37,19,70). Sum of RGB (Red+Green+Blue) = 37+19+70=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #251346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251346 is #DAECB9. Grayscale: #1E1E1E. Windows color (decimal): -14347450 or 4592421. OLE color: 4592421.
HSL color Cylindrical-coordinate representation of color #251346: hue angle of 261.18º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #251346 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 19 | 70 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.73 |
| HSL | 261.18º | 0.57% | 0.17% | - |
| HSV(B) | 261.18º | 0.73% | 0.27% | - |
| XYZ | 2.1 | 1.3 | 5.93 | - |
| YUV | 30.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 70 | 0.47 | 0.73 | 0 | 0.73 | 261.18 | 0.57 | 0.17 |
| Hex | 25 | 13 | 46 | 2F | 49 | 0 | 49 | 105 | 39 | 11 |
| Octal | 45 | 23 | 106 | 57 | 111 | 0 | 111 | 405 | 71 | 21 |
| Binary | 100101 | 10011 | 1000110 | 101111 | 1001001 | 0 | 1001001 | 100000101 | 111001 | 10001 |
Color Harmonies of #251346
Complementary color
Monochromatic Colors of #251346
Black with #251346
Text Example
Text Example
White with #251346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251346; }
p { color: rgb(37,19,70); }
H1.HeaderClassName
{
color: #251346;
}
.AnyTagClassName
{
color: #251346;
}
</style>
background-color css
<style>
a { background-color: #251346; }
a { background-color: rgb(37,19,70); }
div.DivClassName
{
background-color: #251346;
}
.BgClassName
{
background-color: #251346;
}
</style>
border-color css
<style>
span { border-color: #251346; }
span { border-color: rgb(37,19,70); }
td.TdClassName
{
border-color: #251346;
}
.TagClassName
{
border-color: #251346;
}
</style>