Shades of Violent Violet #241441
Tints of Violent Violet #241441
RGB
CMYK
RGB Variations
Color information
#241441 (or 0x241441) is known color: Violent Violet. HEX triplet: 24, 14 and 41. RGB value is (36,20,65). Sum of RGB (Red+Green+Blue) = 36+20+65=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #241441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241441 is #DBEBBE. Grayscale: #1D1D1D. Windows color (decimal): -14412735 or 4264996. OLE color: 4264996.
HSL color Cylindrical-coordinate representation of color #241441: hue angle of 261.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241441 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 20 | 65 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.75 |
| HSL | 261.33º | 0.53% | 0.17% | - |
| HSV(B) | 261.33º | 0.69% | 0.25% | - |
| XYZ | 1.93 | 1.26 | 5.14 | - |
| YUV | 29.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 65 | 0.45 | 0.69 | 0 | 0.75 | 261.33 | 0.53 | 0.17 |
| Hex | 24 | 14 | 41 | 2D | 45 | 0 | 4B | 105 | 35 | 11 |
| Octal | 44 | 24 | 101 | 55 | 105 | 0 | 113 | 405 | 65 | 21 |
| Binary | 100100 | 10100 | 1000001 | 101101 | 1000101 | 0 | 1001011 | 100000101 | 110101 | 10001 |
Color Harmonies of #241441
Complementary color
Monochromatic Colors of #241441
Black with #241441
Text Example
Text Example
White with #241441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241441; }
p { color: rgb(36,20,65); }
H1.HeaderClassName
{
color: #241441;
}
.AnyTagClassName
{
color: #241441;
}
</style>
background-color css
<style>
a { background-color: #241441; }
a { background-color: rgb(36,20,65); }
div.DivClassName
{
background-color: #241441;
}
.BgClassName
{
background-color: #241441;
}
</style>
border-color css
<style>
span { border-color: #241441; }
span { border-color: rgb(36,20,65); }
td.TdClassName
{
border-color: #241441;
}
.TagClassName
{
border-color: #241441;
}
</style>