Shades of Violent Violet #280556
Tints of Violent Violet #280556
RGB
CMYK
RGB Variations
Color information
#280556 (or 0x280556) is known color: Violent Violet. HEX triplet: 28, 05 and 56. RGB value is (40,5,86). Sum of RGB (Red+Green+Blue) = 40+5+86=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #280556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280556 is #D7FAA9. Grayscale: #181818. Windows color (decimal): -14154410 or 5637416. OLE color: 5637416.
HSL color Cylindrical-coordinate representation of color #280556: hue angle of 265.93º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280556 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 5 | 86 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.66 |
| HSL | 265.93º | 0.89% | 0.18% | - |
| HSV(B) | 265.93º | 0.94% | 0.34% | - |
| XYZ | 2.61 | 1.23 | 8.9 | - |
| YUV | 24.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 86 | 0.53 | 0.94 | 0 | 0.66 | 265.93 | 0.89 | 0.18 |
| Hex | 28 | 5 | 56 | 35 | 5E | 0 | 42 | 10A | 59 | 12 |
| Octal | 50 | 5 | 126 | 65 | 136 | 0 | 102 | 412 | 131 | 22 |
| Binary | 101000 | 101 | 1010110 | 110101 | 1011110 | 0 | 1000010 | 100001010 | 1011001 | 10010 |
Color Harmonies of #280556
Complementary color
Monochromatic Colors of #280556
Black with #280556
Text Example
Text Example
White with #280556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280556; }
p { color: rgb(40,5,86); }
H1.HeaderClassName
{
color: #280556;
}
.AnyTagClassName
{
color: #280556;
}
</style>
background-color css
<style>
a { background-color: #280556; }
a { background-color: rgb(40,5,86); }
div.DivClassName
{
background-color: #280556;
}
.BgClassName
{
background-color: #280556;
}
</style>
border-color css
<style>
span { border-color: #280556; }
span { border-color: rgb(40,5,86); }
td.TdClassName
{
border-color: #280556;
}
.TagClassName
{
border-color: #280556;
}
</style>