Shades of Violent Violet #24194B
Tints of Violent Violet #24194B
RGB
CMYK
RGB Variations
Color information
#24194B (or 0x24194B) is known color: Violent Violet. HEX triplet: 24, 19 and 4B. RGB value is (36,25,75). Sum of RGB (Red+Green+Blue) = 36+25+75=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #24194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24194B is #DBE6B4. Grayscale: #212121. Windows color (decimal): -14411445 or 4921636. OLE color: 4921636.
HSL color Cylindrical-coordinate representation of color #24194B: hue angle of 253.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24194B is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 25 | 75 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.71 |
| HSL | 253.2º | 0.5% | 0.2% | - |
| HSV(B) | 253.2º | 0.67% | 0.29% | - |
| XYZ | 2.35 | 1.58 | 6.84 | - |
| YUV | 33.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 75 | 0.52 | 0.67 | 0 | 0.71 | 253.2 | 0.5 | 0.2 |
| Hex | 24 | 19 | 4B | 34 | 43 | 0 | 47 | FD | 32 | 14 |
| Octal | 44 | 31 | 113 | 64 | 103 | 0 | 107 | 375 | 62 | 24 |
| Binary | 100100 | 11001 | 1001011 | 110100 | 1000011 | 0 | 1000111 | 11111101 | 110010 | 10100 |
Color Harmonies of #24194B
Complementary color
Monochromatic Colors of #24194B
Black with #24194B
Text Example
Text Example
White with #24194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24194B; }
p { color: rgb(36,25,75); }
H1.HeaderClassName
{
color: #24194B;
}
.AnyTagClassName
{
color: #24194B;
}
</style>
background-color css
<style>
a { background-color: #24194B; }
a { background-color: rgb(36,25,75); }
div.DivClassName
{
background-color: #24194B;
}
.BgClassName
{
background-color: #24194B;
}
</style>
border-color css
<style>
span { border-color: #24194B; }
span { border-color: rgb(36,25,75); }
td.TdClassName
{
border-color: #24194B;
}
.TagClassName
{
border-color: #24194B;
}
</style>