Shades of Violent Violet #24044F
Tints of Violent Violet #24044F
RGB
CMYK
RGB Variations
Color information
#24044F (or 0x24044F) is known color: Violent Violet. HEX triplet: 24, 04 and 4F. RGB value is (36,4,79). Sum of RGB (Red+Green+Blue) = 36+4+79=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #24044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24044F is #DBFBB0. Grayscale: #151515. Windows color (decimal): -14416817 or 5178404. OLE color: 5178404.
HSL color Cylindrical-coordinate representation of color #24044F: hue angle of 265.6º 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 #24044F is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 4 | 79 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.69 |
| HSL | 265.6º | 0.9% | 0.16% | - |
| HSV(B) | 265.6º | 0.95% | 0.31% | - |
| XYZ | 2.18 | 1.03 | 7.48 | - |
| YUV | 22.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 79 | 0.54 | 0.95 | 0 | 0.69 | 265.6 | 0.9 | 0.16 |
| Hex | 24 | 4 | 4F | 36 | 5F | 0 | 45 | 10A | 5A | 10 |
| Octal | 44 | 4 | 117 | 66 | 137 | 0 | 105 | 412 | 132 | 20 |
| Binary | 100100 | 100 | 1001111 | 110110 | 1011111 | 0 | 1000101 | 100001010 | 1011010 | 10000 |
Color Harmonies of #24044F
Complementary color
Monochromatic Colors of #24044F
Black with #24044F
Text Example
Text Example
White with #24044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24044F; }
p { color: rgb(36,4,79); }
H1.HeaderClassName
{
color: #24044F;
}
.AnyTagClassName
{
color: #24044F;
}
</style>
background-color css
<style>
a { background-color: #24044F; }
a { background-color: rgb(36,4,79); }
div.DivClassName
{
background-color: #24044F;
}
.BgClassName
{
background-color: #24044F;
}
</style>
border-color css
<style>
span { border-color: #24044F; }
span { border-color: rgb(36,4,79); }
td.TdClassName
{
border-color: #24044F;
}
.TagClassName
{
border-color: #24044F;
}
</style>