Shades of Violent Violet #240C57
Tints of Violent Violet #240C57
RGB
CMYK
RGB Variations
Color information
#240C57 (or 0x240C57) is known color: Violent Violet. HEX triplet: 24, 0C and 57. RGB value is (36,12,87). Sum of RGB (Red+Green+Blue) = 36+12+87=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #240C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C57 is #DBF3A8. Grayscale: #1B1B1B. Windows color (decimal): -14414761 or 5704740. OLE color: 5704740.
HSL color Cylindrical-coordinate representation of color #240C57: hue angle of 259.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240C57 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 12 | 87 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.66 |
| HSL | 259.2º | 0.76% | 0.19% | - |
| HSV(B) | 259.2º | 0.86% | 0.34% | - |
| XYZ | 2.58 | 1.33 | 9.14 | - |
| YUV | 27.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 87 | 0.59 | 0.86 | 0 | 0.66 | 259.2 | 0.76 | 0.19 |
| Hex | 24 | C | 57 | 3B | 56 | 0 | 42 | 103 | 4C | 13 |
| Octal | 44 | 14 | 127 | 73 | 126 | 0 | 102 | 403 | 114 | 23 |
| Binary | 100100 | 1100 | 1010111 | 111011 | 1010110 | 0 | 1000010 | 100000011 | 1001100 | 10011 |
Color Harmonies of #240C57
Complementary color
Monochromatic Colors of #240C57
Black with #240C57
Text Example
Text Example
White with #240C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C57; }
p { color: rgb(36,12,87); }
H1.HeaderClassName
{
color: #240C57;
}
.AnyTagClassName
{
color: #240C57;
}
</style>
background-color css
<style>
a { background-color: #240C57; }
a { background-color: rgb(36,12,87); }
div.DivClassName
{
background-color: #240C57;
}
.BgClassName
{
background-color: #240C57;
}
</style>
border-color css
<style>
span { border-color: #240C57; }
span { border-color: rgb(36,12,87); }
td.TdClassName
{
border-color: #240C57;
}
.TagClassName
{
border-color: #240C57;
}
</style>