Shades of Violent Violet #241453
Tints of Violent Violet #241453
RGB
CMYK
RGB Variations
Color information
#241453 (or 0x241453) is known color: Violent Violet. HEX triplet: 24, 14 and 53. RGB value is (36,20,83). Sum of RGB (Red+Green+Blue) = 36+20+83=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #241453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241453 is #DBEBAC. Grayscale: #1F1F1F. Windows color (decimal): -14412717 or 5444644. OLE color: 5444644.
HSL color Cylindrical-coordinate representation of color #241453: hue angle of 255.24º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #241453 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 20 | 83 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.67 |
| HSL | 255.24º | 0.61% | 0.2% | - |
| HSV(B) | 255.24º | 0.76% | 0.33% | - |
| XYZ | 2.54 | 1.5 | 8.34 | - |
| YUV | 31.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 83 | 0.57 | 0.76 | 0 | 0.67 | 255.24 | 0.61 | 0.2 |
| Hex | 24 | 14 | 53 | 39 | 4C | 0 | 43 | FF | 3D | 14 |
| Octal | 44 | 24 | 123 | 71 | 114 | 0 | 103 | 377 | 75 | 24 |
| Binary | 100100 | 10100 | 1010011 | 111001 | 1001100 | 0 | 1000011 | 11111111 | 111101 | 10100 |
Color Harmonies of #241453
Complementary color
Monochromatic Colors of #241453
Black with #241453
Text Example
Text Example
White with #241453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241453; }
p { color: rgb(36,20,83); }
H1.HeaderClassName
{
color: #241453;
}
.AnyTagClassName
{
color: #241453;
}
</style>
background-color css
<style>
a { background-color: #241453; }
a { background-color: rgb(36,20,83); }
div.DivClassName
{
background-color: #241453;
}
.BgClassName
{
background-color: #241453;
}
</style>
border-color css
<style>
span { border-color: #241453; }
span { border-color: rgb(36,20,83); }
td.TdClassName
{
border-color: #241453;
}
.TagClassName
{
border-color: #241453;
}
</style>