Shades of Violent Violet #241355
Tints of Violent Violet #241355
RGB
CMYK
RGB Variations
Color information
#241355 (or 0x241355) is known color: Violent Violet. HEX triplet: 24, 13 and 55. RGB value is (36,19,85). Sum of RGB (Red+Green+Blue) = 36+19+85=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #241355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241355 is #DBECAA. Grayscale: #1F1F1F. Windows color (decimal): -14412971 or 5575460. OLE color: 5575460.
HSL color Cylindrical-coordinate representation of color #241355: hue angle of 255.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241355 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 19 | 85 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.67 |
| HSL | 255.45º | 0.63% | 0.2% | - |
| HSV(B) | 255.45º | 0.78% | 0.33% | - |
| XYZ | 2.6 | 1.5 | 8.75 | - |
| YUV | 31.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 85 | 0.58 | 0.78 | 0 | 0.67 | 255.45 | 0.63 | 0.2 |
| Hex | 24 | 13 | 55 | 3A | 4E | 0 | 43 | FF | 3F | 14 |
| Octal | 44 | 23 | 125 | 72 | 116 | 0 | 103 | 377 | 77 | 24 |
| Binary | 100100 | 10011 | 1010101 | 111010 | 1001110 | 0 | 1000011 | 11111111 | 111111 | 10100 |
Color Harmonies of #241355
Complementary color
Monochromatic Colors of #241355
Black with #241355
Text Example
Text Example
White with #241355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241355; }
p { color: rgb(36,19,85); }
H1.HeaderClassName
{
color: #241355;
}
.AnyTagClassName
{
color: #241355;
}
</style>
background-color css
<style>
a { background-color: #241355; }
a { background-color: rgb(36,19,85); }
div.DivClassName
{
background-color: #241355;
}
.BgClassName
{
background-color: #241355;
}
</style>
border-color css
<style>
span { border-color: #241355; }
span { border-color: rgb(36,19,85); }
td.TdClassName
{
border-color: #241355;
}
.TagClassName
{
border-color: #241355;
}
</style>