Shades of Violent Violet #241246
Tints of Violent Violet #241246
RGB
CMYK
RGB Variations
Color information
#241246 (or 0x241246) is known color: Violent Violet. HEX triplet: 24, 12 and 46. RGB value is (36,18,70). Sum of RGB (Red+Green+Blue) = 36+18+70=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #241246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241246 is #DBEDB9. Grayscale: #1D1D1D. Windows color (decimal): -14413242 or 4592164. OLE color: 4592164.
HSL color Cylindrical-coordinate representation of color #241246: hue angle of 260.77º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #241246 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 18 | 70 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.73 |
| HSL | 260.77º | 0.59% | 0.17% | - |
| HSV(B) | 260.77º | 0.74% | 0.27% | - |
| XYZ | 2.05 | 1.25 | 5.93 | - |
| YUV | 29.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 70 | 0.49 | 0.74 | 0 | 0.73 | 260.77 | 0.59 | 0.17 |
| Hex | 24 | 12 | 46 | 31 | 4A | 0 | 49 | 105 | 3B | 11 |
| Octal | 44 | 22 | 106 | 61 | 112 | 0 | 111 | 405 | 73 | 21 |
| Binary | 100100 | 10010 | 1000110 | 110001 | 1001010 | 0 | 1001001 | 100000101 | 111011 | 10001 |
Color Harmonies of #241246
Complementary color
Monochromatic Colors of #241246
Black with #241246
Text Example
Text Example
White with #241246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241246; }
p { color: rgb(36,18,70); }
H1.HeaderClassName
{
color: #241246;
}
.AnyTagClassName
{
color: #241246;
}
</style>
background-color css
<style>
a { background-color: #241246; }
a { background-color: rgb(36,18,70); }
div.DivClassName
{
background-color: #241246;
}
.BgClassName
{
background-color: #241246;
}
</style>
border-color css
<style>
span { border-color: #241246; }
span { border-color: rgb(36,18,70); }
td.TdClassName
{
border-color: #241246;
}
.TagClassName
{
border-color: #241246;
}
</style>