Shades of Violent Violet #24094B
Tints of Violent Violet #24094B
RGB
CMYK
RGB Variations
Color information
#24094B (or 0x24094B) is known color: Violent Violet. HEX triplet: 24, 09 and 4B. RGB value is (36,9,75). Sum of RGB (Red+Green+Blue) = 36+9+75=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #24094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24094B is #DBF6B4. Grayscale: #181818. Windows color (decimal): -14415541 or 4917540. OLE color: 4917540.
HSL color Cylindrical-coordinate representation of color #24094B: hue angle of 264.55º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24094B is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 9 | 75 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.71 |
| HSL | 264.55º | 0.79% | 0.16% | - |
| HSV(B) | 264.55º | 0.88% | 0.29% | - |
| XYZ | 2.1 | 1.08 | 6.75 | - |
| YUV | 24.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 75 | 0.52 | 0.88 | 0 | 0.71 | 264.55 | 0.79 | 0.16 |
| Hex | 24 | 9 | 4B | 34 | 58 | 0 | 47 | 109 | 4F | 10 |
| Octal | 44 | 11 | 113 | 64 | 130 | 0 | 107 | 411 | 117 | 20 |
| Binary | 100100 | 1001 | 1001011 | 110100 | 1011000 | 0 | 1000111 | 100001001 | 1001111 | 10000 |
Color Harmonies of #24094B
Complementary color
Monochromatic Colors of #24094B
Black with #24094B
Text Example
Text Example
White with #24094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24094B; }
p { color: rgb(36,9,75); }
H1.HeaderClassName
{
color: #24094B;
}
.AnyTagClassName
{
color: #24094B;
}
</style>
background-color css
<style>
a { background-color: #24094B; }
a { background-color: rgb(36,9,75); }
div.DivClassName
{
background-color: #24094B;
}
.BgClassName
{
background-color: #24094B;
}
</style>
border-color css
<style>
span { border-color: #24094B; }
span { border-color: rgb(36,9,75); }
td.TdClassName
{
border-color: #24094B;
}
.TagClassName
{
border-color: #24094B;
}
</style>