Shades of Violent Violet #240D55
Tints of Violent Violet #240D55
RGB
CMYK
RGB Variations
Color information
#240D55 (or 0x240D55) is known color: Violent Violet. HEX triplet: 24, 0D and 55. RGB value is (36,13,85). Sum of RGB (Red+Green+Blue) = 36+13+85=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #240D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D55 is #DBF2AA. Grayscale: #1B1B1B. Windows color (decimal): -14414507 or 5573924. OLE color: 5573924.
HSL color Cylindrical-coordinate representation of color #240D55: hue angle of 259.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240D55 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 13 | 85 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.67 |
| HSL | 259.17º | 0.73% | 0.19% | - |
| HSV(B) | 259.17º | 0.85% | 0.33% | - |
| XYZ | 2.51 | 1.32 | 8.72 | - |
| YUV | 28.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 85 | 0.58 | 0.85 | 0 | 0.67 | 259.17 | 0.73 | 0.19 |
| Hex | 24 | D | 55 | 3A | 55 | 0 | 43 | 103 | 49 | 13 |
| Octal | 44 | 15 | 125 | 72 | 125 | 0 | 103 | 403 | 111 | 23 |
| Binary | 100100 | 1101 | 1010101 | 111010 | 1010101 | 0 | 1000011 | 100000011 | 1001001 | 10011 |
Color Harmonies of #240D55
Complementary color
Monochromatic Colors of #240D55
Black with #240D55
Text Example
Text Example
White with #240D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D55; }
p { color: rgb(36,13,85); }
H1.HeaderClassName
{
color: #240D55;
}
.AnyTagClassName
{
color: #240D55;
}
</style>
background-color css
<style>
a { background-color: #240D55; }
a { background-color: rgb(36,13,85); }
div.DivClassName
{
background-color: #240D55;
}
.BgClassName
{
background-color: #240D55;
}
</style>
border-color css
<style>
span { border-color: #240D55; }
span { border-color: rgb(36,13,85); }
td.TdClassName
{
border-color: #240D55;
}
.TagClassName
{
border-color: #240D55;
}
</style>