Shades of Violent Violet #24044E
Tints of Violent Violet #24044E
RGB
CMYK
RGB Variations
Color information
#24044E (or 0x24044E) is known color: Violent Violet. HEX triplet: 24, 04 and 4E. RGB value is (36,4,78). Sum of RGB (Red+Green+Blue) = 36+4+78=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #24044E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24044E is #DBFBB1. Grayscale: #151515. Windows color (decimal): -14416818 or 5112868. OLE color: 5112868.
HSL color Cylindrical-coordinate representation of color #24044E: hue angle of 265.95º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24044E is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 4 | 78 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.69 |
| HSL | 265.95º | 0.9% | 0.16% | - |
| HSV(B) | 265.95º | 0.95% | 0.31% | - |
| XYZ | 2.15 | 1.01 | 7.29 | - |
| YUV | 22 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 78 | 0.54 | 0.95 | 0 | 0.69 | 265.95 | 0.9 | 0.16 |
| Hex | 24 | 4 | 4E | 36 | 5F | 0 | 45 | 10A | 5A | 10 |
| Octal | 44 | 4 | 116 | 66 | 137 | 0 | 105 | 412 | 132 | 20 |
| Binary | 100100 | 100 | 1001110 | 110110 | 1011111 | 0 | 1000101 | 100001010 | 1011010 | 10000 |
Color Harmonies of #24044E
Complementary color
Monochromatic Colors of #24044E
Black with #24044E
Text Example
Text Example
White with #24044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24044E; }
p { color: rgb(36,4,78); }
H1.HeaderClassName
{
color: #24044E;
}
.AnyTagClassName
{
color: #24044E;
}
</style>
background-color css
<style>
a { background-color: #24044E; }
a { background-color: rgb(36,4,78); }
div.DivClassName
{
background-color: #24044E;
}
.BgClassName
{
background-color: #24044E;
}
</style>
border-color css
<style>
span { border-color: #24044E; }
span { border-color: rgb(36,4,78); }
td.TdClassName
{
border-color: #24044E;
}
.TagClassName
{
border-color: #24044E;
}
</style>