Shades of Violent Violet #241A46
Tints of Violent Violet #241A46
RGB
CMYK
RGB Variations
Color information
#241A46 (or 0x241A46) is known color: Violent Violet. HEX triplet: 24, 1A and 46. RGB value is (36,26,70). Sum of RGB (Red+Green+Blue) = 36+26+70=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 70 (27.73% from 255 or 53.03% from 132); Max value from RGB is 70 - color contains mainly: blue. Hex color #241A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A46 is #DBE5B9. Grayscale: #212121. Windows color (decimal): -14411194 or 4594212. OLE color: 4594212.
HSL color Cylindrical-coordinate representation of color #241A46: hue angle of 253.64º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #241A46 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 26 | 70 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.73 |
| HSL | 253.64º | 0.46% | 0.19% | - |
| HSV(B) | 253.64º | 0.63% | 0.27% | - |
| XYZ | 2.2 | 1.56 | 5.98 | - |
| YUV | 34.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 70 | 0.49 | 0.63 | 0 | 0.73 | 253.64 | 0.46 | 0.19 |
| Hex | 24 | 1A | 46 | 31 | 3F | 0 | 49 | FE | 2E | 13 |
| Octal | 44 | 32 | 106 | 61 | 77 | 0 | 111 | 376 | 56 | 23 |
| Binary | 100100 | 11010 | 1000110 | 110001 | 111111 | 0 | 1001001 | 11111110 | 101110 | 10011 |
Color Harmonies of #241A46
Complementary color
Monochromatic Colors of #241A46
Black with #241A46
Text Example
Text Example
White with #241A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A46; }
p { color: rgb(36,26,70); }
H1.HeaderClassName
{
color: #241A46;
}
.AnyTagClassName
{
color: #241A46;
}
</style>
background-color css
<style>
a { background-color: #241A46; }
a { background-color: rgb(36,26,70); }
div.DivClassName
{
background-color: #241A46;
}
.BgClassName
{
background-color: #241A46;
}
</style>
border-color css
<style>
span { border-color: #241A46; }
span { border-color: rgb(36,26,70); }
td.TdClassName
{
border-color: #241A46;
}
.TagClassName
{
border-color: #241A46;
}
</style>