Shades of Violent Violet #241252
Tints of Violent Violet #241252
RGB
CMYK
RGB Variations
Color information
#241252 (or 0x241252) is known color: Violent Violet. HEX triplet: 24, 12 and 52. RGB value is (36,18,82). Sum of RGB (Red+Green+Blue) = 36+18+82=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #241252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241252 is #DBEDAD. Grayscale: #1E1E1E. Windows color (decimal): -14413230 or 5378596. OLE color: 5378596.
HSL color Cylindrical-coordinate representation of color #241252: hue angle of 256.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241252 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 18 | 82 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.68 |
| HSL | 256.88º | 0.64% | 0.2% | - |
| HSV(B) | 256.88º | 0.78% | 0.32% | - |
| XYZ | 2.47 | 1.42 | 8.13 | - |
| YUV | 30.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 82 | 0.56 | 0.78 | 0 | 0.68 | 256.88 | 0.64 | 0.2 |
| Hex | 24 | 12 | 52 | 38 | 4E | 0 | 44 | 101 | 40 | 14 |
| Octal | 44 | 22 | 122 | 70 | 116 | 0 | 104 | 401 | 100 | 24 |
| Binary | 100100 | 10010 | 1010010 | 111000 | 1001110 | 0 | 1000100 | 100000001 | 1000000 | 10100 |
Color Harmonies of #241252
Complementary color
Monochromatic Colors of #241252
Black with #241252
Text Example
Text Example
White with #241252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241252; }
p { color: rgb(36,18,82); }
H1.HeaderClassName
{
color: #241252;
}
.AnyTagClassName
{
color: #241252;
}
</style>
background-color css
<style>
a { background-color: #241252; }
a { background-color: rgb(36,18,82); }
div.DivClassName
{
background-color: #241252;
}
.BgClassName
{
background-color: #241252;
}
</style>
border-color css
<style>
span { border-color: #241252; }
span { border-color: rgb(36,18,82); }
td.TdClassName
{
border-color: #241252;
}
.TagClassName
{
border-color: #241252;
}
</style>