Shades of Violent Violet #280E4D
Tints of Violent Violet #280E4D
RGB
CMYK
RGB Variations
Color information
#280E4D (or 0x280E4D) is known color: Violent Violet. HEX triplet: 28, 0E and 4D. RGB value is (40,14,77). Sum of RGB (Red+Green+Blue) = 40+14+77=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #280E4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E4D is #D7F1B2. Grayscale: #1C1C1C. Windows color (decimal): -14152115 or 5049896. OLE color: 5049896.
HSL color Cylindrical-coordinate representation of color #280E4D: hue angle of 264.76º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280E4D is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 14 | 77 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.70 |
| HSL | 264.76º | 0.69% | 0.18% | - |
| HSV(B) | 264.76º | 0.82% | 0.3% | - |
| XYZ | 2.37 | 1.3 | 7.15 | - |
| YUV | 28.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 77 | 0.48 | 0.82 | 0 | 0.70 | 264.76 | 0.69 | 0.18 |
| Hex | 28 | E | 4D | 30 | 52 | 0 | 46 | 109 | 45 | 12 |
| Octal | 50 | 16 | 115 | 60 | 122 | 0 | 106 | 411 | 105 | 22 |
| Binary | 101000 | 1110 | 1001101 | 110000 | 1010010 | 0 | 1000110 | 100001001 | 1000101 | 10010 |
Color Harmonies of #280E4D
Complementary color
Monochromatic Colors of #280E4D
Black with #280E4D
Text Example
Text Example
White with #280E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E4D; }
p { color: rgb(40,14,77); }
H1.HeaderClassName
{
color: #280E4D;
}
.AnyTagClassName
{
color: #280E4D;
}
</style>
background-color css
<style>
a { background-color: #280E4D; }
a { background-color: rgb(40,14,77); }
div.DivClassName
{
background-color: #280E4D;
}
.BgClassName
{
background-color: #280E4D;
}
</style>
border-color css
<style>
span { border-color: #280E4D; }
span { border-color: rgb(40,14,77); }
td.TdClassName
{
border-color: #280E4D;
}
.TagClassName
{
border-color: #280E4D;
}
</style>