Shades of Violent Violet #281559
Tints of Violent Violet #281559
RGB
CMYK
RGB Variations
Color information
#281559 (or 0x281559) is known color: Violent Violet. HEX triplet: 28, 15 and 59. RGB value is (40,21,89). Sum of RGB (Red+Green+Blue) = 40+21+89=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #281559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281559 is #D7EAA6. Grayscale: #222222. Windows color (decimal): -14150311 or 5838120. OLE color: 5838120.
HSL color Cylindrical-coordinate representation of color #281559: hue angle of 256.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281559 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 21 | 89 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.65 |
| HSL | 256.76º | 0.62% | 0.22% | - |
| HSV(B) | 256.76º | 0.76% | 0.35% | - |
| XYZ | 2.95 | 1.71 | 9.63 | - |
| YUV | 34.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 89 | 0.55 | 0.76 | 0 | 0.65 | 256.76 | 0.62 | 0.22 |
| Hex | 28 | 15 | 59 | 37 | 4C | 0 | 41 | 101 | 3E | 16 |
| Octal | 50 | 25 | 131 | 67 | 114 | 0 | 101 | 401 | 76 | 26 |
| Binary | 101000 | 10101 | 1011001 | 110111 | 1001100 | 0 | 1000001 | 100000001 | 111110 | 10110 |
Color Harmonies of #281559
Complementary color
Monochromatic Colors of #281559
Black with #281559
Text Example
Text Example
White with #281559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281559; }
p { color: rgb(40,21,89); }
H1.HeaderClassName
{
color: #281559;
}
.AnyTagClassName
{
color: #281559;
}
</style>
background-color css
<style>
a { background-color: #281559; }
a { background-color: rgb(40,21,89); }
div.DivClassName
{
background-color: #281559;
}
.BgClassName
{
background-color: #281559;
}
</style>
border-color css
<style>
span { border-color: #281559; }
span { border-color: rgb(40,21,89); }
td.TdClassName
{
border-color: #281559;
}
.TagClassName
{
border-color: #281559;
}
</style>