Shades of Violent Violet #0F0241
Tints of Violent Violet #0F0241
RGB
CMYK
RGB Variations
Color information
#0F0241 (or 0x0F0241) is known color: Violent Violet. HEX triplet: 0F, 02 and 41. RGB value is (15,2,65). Sum of RGB (Red+Green+Blue) = 15+2+65=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 65 (25.78% from 255 or 79.27% from 82); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F0241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0241 is #F0FDBE. Grayscale: #0C0C0C. Windows color (decimal): -15793599 or 4260367. OLE color: 4260367.
HSL color Cylindrical-coordinate representation of color #0F0241: hue angle of 252.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0241 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 2 | 65 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.75 |
| HSL | 252.38º | 0.94% | 0.13% | - |
| HSV(B) | 252.38º | 0.97% | 0.25% | - |
| XYZ | 1.17 | 0.53 | 5.04 | - |
| YUV | 13.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 65 | 0.77 | 0.97 | 0 | 0.75 | 252.38 | 0.94 | 0.13 |
| Hex | F | 2 | 41 | 4D | 61 | 0 | 4B | FC | 5E | D |
| Octal | 17 | 2 | 101 | 115 | 141 | 0 | 113 | 374 | 136 | 15 |
| Binary | 1111 | 10 | 1000001 | 1001101 | 1100001 | 0 | 1001011 | 11111100 | 1011110 | 1101 |
Color Harmonies of #0F0241
Complementary color
Monochromatic Colors of #0F0241
Black with #0F0241
Text Example
Text Example
White with #0F0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0241; }
p { color: rgb(15,2,65); }
H1.HeaderClassName
{
color: #0F0241;
}
.AnyTagClassName
{
color: #0F0241;
}
</style>
background-color css
<style>
a { background-color: #0F0241; }
a { background-color: rgb(15,2,65); }
div.DivClassName
{
background-color: #0F0241;
}
.BgClassName
{
background-color: #0F0241;
}
</style>
border-color css
<style>
span { border-color: #0F0241; }
span { border-color: rgb(15,2,65); }
td.TdClassName
{
border-color: #0F0241;
}
.TagClassName
{
border-color: #0F0241;
}
</style>