Shades of Violent Violet #241552
Tints of Violent Violet #241552
RGB
CMYK
RGB Variations
Color information
#241552 (or 0x241552) is known color: Violent Violet. HEX triplet: 24, 15 and 52. RGB value is (36,21,82). Sum of RGB (Red+Green+Blue) = 36+21+82=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #241552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241552 is #DBEAAD. Grayscale: #202020. Windows color (decimal): -14412462 or 5379364. OLE color: 5379364.
HSL color Cylindrical-coordinate representation of color #241552: hue angle of 254.75º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #241552 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 21 | 82 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.68 |
| HSL | 254.75º | 0.59% | 0.2% | - |
| HSV(B) | 254.75º | 0.74% | 0.32% | - |
| XYZ | 2.52 | 1.52 | 8.14 | - |
| YUV | 32.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 82 | 0.56 | 0.74 | 0 | 0.68 | 254.75 | 0.59 | 0.2 |
| Hex | 24 | 15 | 52 | 38 | 4A | 0 | 44 | FF | 3B | 14 |
| Octal | 44 | 25 | 122 | 70 | 112 | 0 | 104 | 377 | 73 | 24 |
| Binary | 100100 | 10101 | 1010010 | 111000 | 1001010 | 0 | 1000100 | 11111111 | 111011 | 10100 |
Color Harmonies of #241552
Complementary color
Monochromatic Colors of #241552
Black with #241552
Text Example
Text Example
White with #241552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241552; }
p { color: rgb(36,21,82); }
H1.HeaderClassName
{
color: #241552;
}
.AnyTagClassName
{
color: #241552;
}
</style>
background-color css
<style>
a { background-color: #241552; }
a { background-color: rgb(36,21,82); }
div.DivClassName
{
background-color: #241552;
}
.BgClassName
{
background-color: #241552;
}
</style>
border-color css
<style>
span { border-color: #241552; }
span { border-color: rgb(36,21,82); }
td.TdClassName
{
border-color: #241552;
}
.TagClassName
{
border-color: #241552;
}
</style>