Shades of Violent Violet #241650
Tints of Violent Violet #241650
RGB
CMYK
RGB Variations
Color information
#241650 (or 0x241650) is known color: Violent Violet. HEX triplet: 24, 16 and 50. RGB value is (36,22,80). Sum of RGB (Red+Green+Blue) = 36+22+80=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #241650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241650 is #DBE9AF. Grayscale: #202020. Windows color (decimal): -14412208 or 5248548. OLE color: 5248548.
HSL color Cylindrical-coordinate representation of color #241650: hue angle of 254.48º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #241650 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 22 | 80 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.69 |
| HSL | 254.48º | 0.57% | 0.2% | - |
| HSV(B) | 254.48º | 0.73% | 0.31% | - |
| XYZ | 2.46 | 1.53 | 7.75 | - |
| YUV | 32.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 80 | 0.55 | 0.72 | 0 | 0.69 | 254.48 | 0.57 | 0.2 |
| Hex | 24 | 16 | 50 | 37 | 48 | 0 | 45 | FE | 39 | 14 |
| Octal | 44 | 26 | 120 | 67 | 110 | 0 | 105 | 376 | 71 | 24 |
| Binary | 100100 | 10110 | 1010000 | 110111 | 1001000 | 0 | 1000101 | 11111110 | 111001 | 10100 |
Color Harmonies of #241650
Complementary color
Monochromatic Colors of #241650
Black with #241650
Text Example
Text Example
White with #241650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241650; }
p { color: rgb(36,22,80); }
H1.HeaderClassName
{
color: #241650;
}
.AnyTagClassName
{
color: #241650;
}
</style>
background-color css
<style>
a { background-color: #241650; }
a { background-color: rgb(36,22,80); }
div.DivClassName
{
background-color: #241650;
}
.BgClassName
{
background-color: #241650;
}
</style>
border-color css
<style>
span { border-color: #241650; }
span { border-color: rgb(36,22,80); }
td.TdClassName
{
border-color: #241650;
}
.TagClassName
{
border-color: #241650;
}
</style>