Shades of Violent Violet #281249
Tints of Violent Violet #281249
RGB
CMYK
RGB Variations
Color information
#281249 (or 0x281249) is known color: Violent Violet. HEX triplet: 28, 12 and 49. RGB value is (40,18,73). Sum of RGB (Red+Green+Blue) = 40+18+73=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #281249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281249 is #D7EDB6. Grayscale: #1E1E1E. Windows color (decimal): -14151095 or 4788776. OLE color: 4788776.
HSL color Cylindrical-coordinate representation of color #281249: hue angle of 264º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281249 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 18 | 73 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.71 |
| HSL | 264º | 0.6% | 0.18% | - |
| HSV(B) | 264º | 0.75% | 0.29% | - |
| XYZ | 2.29 | 1.36 | 6.45 | - |
| YUV | 30.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 73 | 0.45 | 0.75 | 0 | 0.71 | 264 | 0.6 | 0.18 |
| Hex | 28 | 12 | 49 | 2D | 4B | 0 | 47 | 108 | 3C | 12 |
| Octal | 50 | 22 | 111 | 55 | 113 | 0 | 107 | 410 | 74 | 22 |
| Binary | 101000 | 10010 | 1001001 | 101101 | 1001011 | 0 | 1000111 | 100001000 | 111100 | 10010 |
Color Harmonies of #281249
Complementary color
Monochromatic Colors of #281249
Black with #281249
Text Example
Text Example
White with #281249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281249; }
p { color: rgb(40,18,73); }
H1.HeaderClassName
{
color: #281249;
}
.AnyTagClassName
{
color: #281249;
}
</style>
background-color css
<style>
a { background-color: #281249; }
a { background-color: rgb(40,18,73); }
div.DivClassName
{
background-color: #281249;
}
.BgClassName
{
background-color: #281249;
}
</style>
border-color css
<style>
span { border-color: #281249; }
span { border-color: rgb(40,18,73); }
td.TdClassName
{
border-color: #281249;
}
.TagClassName
{
border-color: #281249;
}
</style>