Shades of Violent Violet #241749
Tints of Violent Violet #241749
RGB
CMYK
RGB Variations
Color information
#241749 (or 0x241749) is known color: Violent Violet. HEX triplet: 24, 17 and 49. RGB value is (36,23,73). Sum of RGB (Red+Green+Blue) = 36+23+73=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #241749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241749 is #DBE8B6. Grayscale: #202020. Windows color (decimal): -14411959 or 4790052. OLE color: 4790052.
HSL color Cylindrical-coordinate representation of color #241749: hue angle of 255.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241749 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 23 | 73 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.71 |
| HSL | 255.6º | 0.52% | 0.19% | - |
| HSV(B) | 255.6º | 0.68% | 0.29% | - |
| XYZ | 2.24 | 1.47 | 6.47 | - |
| YUV | 32.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 73 | 0.51 | 0.68 | 0 | 0.71 | 255.6 | 0.52 | 0.19 |
| Hex | 24 | 17 | 49 | 33 | 44 | 0 | 47 | 100 | 34 | 13 |
| Octal | 44 | 27 | 111 | 63 | 104 | 0 | 107 | 400 | 64 | 23 |
| Binary | 100100 | 10111 | 1001001 | 110011 | 1000100 | 0 | 1000111 | 100000000 | 110100 | 10011 |
Color Harmonies of #241749
Complementary color
Monochromatic Colors of #241749
Black with #241749
Text Example
Text Example
White with #241749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241749; }
p { color: rgb(36,23,73); }
H1.HeaderClassName
{
color: #241749;
}
.AnyTagClassName
{
color: #241749;
}
</style>
background-color css
<style>
a { background-color: #241749; }
a { background-color: rgb(36,23,73); }
div.DivClassName
{
background-color: #241749;
}
.BgClassName
{
background-color: #241749;
}
</style>
border-color css
<style>
span { border-color: #241749; }
span { border-color: rgb(36,23,73); }
td.TdClassName
{
border-color: #241749;
}
.TagClassName
{
border-color: #241749;
}
</style>