Shades of Violent Violet #241450
Tints of Violent Violet #241450
RGB
CMYK
RGB Variations
Color information
#241450 (or 0x241450) is known color: Violent Violet. HEX triplet: 24, 14 and 50. RGB value is (36,20,80). Sum of RGB (Red+Green+Blue) = 36+20+80=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #241450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241450 is #DBEBAF. Grayscale: #1F1F1F. Windows color (decimal): -14412720 or 5248036. OLE color: 5248036.
HSL color Cylindrical-coordinate representation of color #241450: hue angle of 256º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241450 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 20 | 80 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.69 |
| HSL | 256º | 0.6% | 0.2% | - |
| HSV(B) | 256º | 0.75% | 0.31% | - |
| XYZ | 2.43 | 1.45 | 7.74 | - |
| YUV | 31.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 80 | 0.55 | 0.75 | 0 | 0.69 | 256 | 0.6 | 0.2 |
| Hex | 24 | 14 | 50 | 37 | 4B | 0 | 45 | 100 | 3C | 14 |
| Octal | 44 | 24 | 120 | 67 | 113 | 0 | 105 | 400 | 74 | 24 |
| Binary | 100100 | 10100 | 1010000 | 110111 | 1001011 | 0 | 1000101 | 100000000 | 111100 | 10100 |
Color Harmonies of #241450
Complementary color
Monochromatic Colors of #241450
Black with #241450
Text Example
Text Example
White with #241450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241450; }
p { color: rgb(36,20,80); }
H1.HeaderClassName
{
color: #241450;
}
.AnyTagClassName
{
color: #241450;
}
</style>
background-color css
<style>
a { background-color: #241450; }
a { background-color: rgb(36,20,80); }
div.DivClassName
{
background-color: #241450;
}
.BgClassName
{
background-color: #241450;
}
</style>
border-color css
<style>
span { border-color: #241450; }
span { border-color: rgb(36,20,80); }
td.TdClassName
{
border-color: #241450;
}
.TagClassName
{
border-color: #241450;
}
</style>