Shades of Violent Violet #281949
Tints of Violent Violet #281949
RGB
CMYK
RGB Variations
Color information
#281949 (or 0x281949) is known color: Violent Violet. HEX triplet: 28, 19 and 49. RGB value is (40,25,73). Sum of RGB (Red+Green+Blue) = 40+25+73=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #281949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281949 is #D7E6B6. Grayscale: #222222. Windows color (decimal): -14149303 or 4790568. OLE color: 4790568.
HSL color Cylindrical-coordinate representation of color #281949: hue angle of 258.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #281949 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 25 | 73 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.71 |
| HSL | 258.75º | 0.49% | 0.19% | - |
| HSV(B) | 258.75º | 0.66% | 0.29% | - |
| XYZ | 2.43 | 1.63 | 6.49 | - |
| YUV | 34.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 73 | 0.45 | 0.66 | 0 | 0.71 | 258.75 | 0.49 | 0.19 |
| Hex | 28 | 19 | 49 | 2D | 42 | 0 | 47 | 103 | 31 | 13 |
| Octal | 50 | 31 | 111 | 55 | 102 | 0 | 107 | 403 | 61 | 23 |
| Binary | 101000 | 11001 | 1001001 | 101101 | 1000010 | 0 | 1000111 | 100000011 | 110001 | 10011 |
Color Harmonies of #281949
Complementary color
Monochromatic Colors of #281949
Black with #281949
Text Example
Text Example
White with #281949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281949; }
p { color: rgb(40,25,73); }
H1.HeaderClassName
{
color: #281949;
}
.AnyTagClassName
{
color: #281949;
}
</style>
background-color css
<style>
a { background-color: #281949; }
a { background-color: rgb(40,25,73); }
div.DivClassName
{
background-color: #281949;
}
.BgClassName
{
background-color: #281949;
}
</style>
border-color css
<style>
span { border-color: #281949; }
span { border-color: rgb(40,25,73); }
td.TdClassName
{
border-color: #281949;
}
.TagClassName
{
border-color: #281949;
}
</style>