Shades of Violent Violet #241059
Tints of Violent Violet #241059
RGB
CMYK
RGB Variations
Color information
#241059 (or 0x241059) is known color: Violent Violet. HEX triplet: 24, 10 and 59. RGB value is (36,16,89). Sum of RGB (Red+Green+Blue) = 36+16+89=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #241059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241059 is #DBEFA6. Grayscale: #1E1E1E. Windows color (decimal): -14413735 or 5836836. OLE color: 5836836.
HSL color Cylindrical-coordinate representation of color #241059: hue angle of 256.44º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241059 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 16 | 89 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.65 |
| HSL | 256.44º | 0.7% | 0.21% | - |
| HSV(B) | 256.44º | 0.82% | 0.35% | - |
| XYZ | 2.72 | 1.47 | 9.59 | - |
| YUV | 30.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 89 | 0.60 | 0.82 | 0 | 0.65 | 256.44 | 0.7 | 0.21 |
| Hex | 24 | 10 | 59 | 3C | 52 | 0 | 41 | 100 | 46 | 15 |
| Octal | 44 | 20 | 131 | 74 | 122 | 0 | 101 | 400 | 106 | 25 |
| Binary | 100100 | 10000 | 1011001 | 111100 | 1010010 | 0 | 1000001 | 100000000 | 1000110 | 10101 |
Color Harmonies of #241059
Complementary color
Monochromatic Colors of #241059
Black with #241059
Text Example
Text Example
White with #241059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241059; }
p { color: rgb(36,16,89); }
H1.HeaderClassName
{
color: #241059;
}
.AnyTagClassName
{
color: #241059;
}
</style>
background-color css
<style>
a { background-color: #241059; }
a { background-color: rgb(36,16,89); }
div.DivClassName
{
background-color: #241059;
}
.BgClassName
{
background-color: #241059;
}
</style>
border-color css
<style>
span { border-color: #241059; }
span { border-color: rgb(36,16,89); }
td.TdClassName
{
border-color: #241059;
}
.TagClassName
{
border-color: #241059;
}
</style>