Shades of Violent Violet #240F58
Tints of Violent Violet #240F58
RGB
CMYK
RGB Variations
Color information
#240F58 (or 0x240F58) is known color: Violent Violet. HEX triplet: 24, 0F and 58. RGB value is (36,15,88). Sum of RGB (Red+Green+Blue) = 36+15+88=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #240F58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F58 is #DBF0A7. Grayscale: #1D1D1D. Windows color (decimal): -14413992 or 5771044. OLE color: 5771044.
HSL color Cylindrical-coordinate representation of color #240F58: hue angle of 257.26º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240F58 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 15 | 88 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.65 |
| HSL | 257.26º | 0.71% | 0.2% | - |
| HSV(B) | 257.26º | 0.83% | 0.35% | - |
| XYZ | 2.66 | 1.42 | 9.37 | - |
| YUV | 29.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 88 | 0.59 | 0.83 | 0 | 0.65 | 257.26 | 0.71 | 0.2 |
| Hex | 24 | F | 58 | 3B | 53 | 0 | 41 | 101 | 47 | 14 |
| Octal | 44 | 17 | 130 | 73 | 123 | 0 | 101 | 401 | 107 | 24 |
| Binary | 100100 | 1111 | 1011000 | 111011 | 1010011 | 0 | 1000001 | 100000001 | 1000111 | 10100 |
Color Harmonies of #240F58
Complementary color
Monochromatic Colors of #240F58
Black with #240F58
Text Example
Text Example
White with #240F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F58; }
p { color: rgb(36,15,88); }
H1.HeaderClassName
{
color: #240F58;
}
.AnyTagClassName
{
color: #240F58;
}
</style>
background-color css
<style>
a { background-color: #240F58; }
a { background-color: rgb(36,15,88); }
div.DivClassName
{
background-color: #240F58;
}
.BgClassName
{
background-color: #240F58;
}
</style>
border-color css
<style>
span { border-color: #240F58; }
span { border-color: rgb(36,15,88); }
td.TdClassName
{
border-color: #240F58;
}
.TagClassName
{
border-color: #240F58;
}
</style>