Shades of Violent Violet #241353
Tints of Violent Violet #241353
RGB
CMYK
RGB Variations
Color information
#241353 (or 0x241353) is known color: Violent Violet. HEX triplet: 24, 13 and 53. RGB value is (36,19,83). Sum of RGB (Red+Green+Blue) = 36+19+83=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #241353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241353 is #DBECAC. Grayscale: #1F1F1F. Windows color (decimal): -14412973 or 5444388. OLE color: 5444388.
HSL color Cylindrical-coordinate representation of color #241353: hue angle of 255.94º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #241353 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 19 | 83 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.67 |
| HSL | 255.94º | 0.63% | 0.2% | - |
| HSV(B) | 255.94º | 0.77% | 0.33% | - |
| XYZ | 2.52 | 1.47 | 8.33 | - |
| YUV | 31.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 83 | 0.57 | 0.77 | 0 | 0.67 | 255.94 | 0.63 | 0.2 |
| Hex | 24 | 13 | 53 | 39 | 4D | 0 | 43 | 100 | 3F | 14 |
| Octal | 44 | 23 | 123 | 71 | 115 | 0 | 103 | 400 | 77 | 24 |
| Binary | 100100 | 10011 | 1010011 | 111001 | 1001101 | 0 | 1000011 | 100000000 | 111111 | 10100 |
Color Harmonies of #241353
Complementary color
Monochromatic Colors of #241353
Black with #241353
Text Example
Text Example
White with #241353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241353; }
p { color: rgb(36,19,83); }
H1.HeaderClassName
{
color: #241353;
}
.AnyTagClassName
{
color: #241353;
}
</style>
background-color css
<style>
a { background-color: #241353; }
a { background-color: rgb(36,19,83); }
div.DivClassName
{
background-color: #241353;
}
.BgClassName
{
background-color: #241353;
}
</style>
border-color css
<style>
span { border-color: #241353; }
span { border-color: rgb(36,19,83); }
td.TdClassName
{
border-color: #241353;
}
.TagClassName
{
border-color: #241353;
}
</style>