Shades of Violent Violet #24194A
Tints of Violent Violet #24194A
RGB
CMYK
RGB Variations
Color information
#24194A (or 0x24194A) is known color: Violent Violet. HEX triplet: 24, 19 and 4A. RGB value is (36,25,74). Sum of RGB (Red+Green+Blue) = 36+25+74=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #24194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24194A is #DBE6B5. Grayscale: #212121. Windows color (decimal): -14411446 or 4856100. OLE color: 4856100.
HSL color Cylindrical-coordinate representation of color #24194A: hue angle of 253.47º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24194A is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 25 | 74 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.71 |
| HSL | 253.47º | 0.49% | 0.19% | - |
| HSV(B) | 253.47º | 0.66% | 0.29% | - |
| XYZ | 2.31 | 1.56 | 6.66 | - |
| YUV | 33.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 74 | 0.51 | 0.66 | 0 | 0.71 | 253.47 | 0.49 | 0.19 |
| Hex | 24 | 19 | 4A | 33 | 42 | 0 | 47 | FD | 31 | 13 |
| Octal | 44 | 31 | 112 | 63 | 102 | 0 | 107 | 375 | 61 | 23 |
| Binary | 100100 | 11001 | 1001010 | 110011 | 1000010 | 0 | 1000111 | 11111101 | 110001 | 10011 |
Color Harmonies of #24194A
Complementary color
Monochromatic Colors of #24194A
Black with #24194A
Text Example
Text Example
White with #24194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24194A; }
p { color: rgb(36,25,74); }
H1.HeaderClassName
{
color: #24194A;
}
.AnyTagClassName
{
color: #24194A;
}
</style>
background-color css
<style>
a { background-color: #24194A; }
a { background-color: rgb(36,25,74); }
div.DivClassName
{
background-color: #24194A;
}
.BgClassName
{
background-color: #24194A;
}
</style>
border-color css
<style>
span { border-color: #24194A; }
span { border-color: rgb(36,25,74); }
td.TdClassName
{
border-color: #24194A;
}
.TagClassName
{
border-color: #24194A;
}
</style>