Shades of Violent Violet #241149
Tints of Violent Violet #241149
RGB
CMYK
RGB Variations
Color information
#241149 (or 0x241149) is known color: Violent Violet. HEX triplet: 24, 11 and 49. RGB value is (36,17,73). Sum of RGB (Red+Green+Blue) = 36+17+73=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #241149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241149 is #DBEEB6. Grayscale: #1C1C1C. Windows color (decimal): -14413495 or 4788516. OLE color: 4788516.
HSL color Cylindrical-coordinate representation of color #241149: hue angle of 260.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #241149 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 17 | 73 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.71 |
| HSL | 260.36º | 0.62% | 0.18% | - |
| HSV(B) | 260.36º | 0.77% | 0.29% | - |
| XYZ | 2.13 | 1.26 | 6.43 | - |
| YUV | 29.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 73 | 0.51 | 0.77 | 0 | 0.71 | 260.36 | 0.62 | 0.18 |
| Hex | 24 | 11 | 49 | 33 | 4D | 0 | 47 | 104 | 3E | 12 |
| Octal | 44 | 21 | 111 | 63 | 115 | 0 | 107 | 404 | 76 | 22 |
| Binary | 100100 | 10001 | 1001001 | 110011 | 1001101 | 0 | 1000111 | 100000100 | 111110 | 10010 |
Color Harmonies of #241149
Complementary color
Monochromatic Colors of #241149
Black with #241149
Text Example
Text Example
White with #241149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241149; }
p { color: rgb(36,17,73); }
H1.HeaderClassName
{
color: #241149;
}
.AnyTagClassName
{
color: #241149;
}
</style>
background-color css
<style>
a { background-color: #241149; }
a { background-color: rgb(36,17,73); }
div.DivClassName
{
background-color: #241149;
}
.BgClassName
{
background-color: #241149;
}
</style>
border-color css
<style>
span { border-color: #241149; }
span { border-color: rgb(36,17,73); }
td.TdClassName
{
border-color: #241149;
}
.TagClassName
{
border-color: #241149;
}
</style>