Shades of Violent Violet #280F4D
Tints of Violent Violet #280F4D
RGB
CMYK
RGB Variations
Color information
#280F4D (or 0x280F4D) is known color: Violent Violet. HEX triplet: 28, 0F and 4D. RGB value is (40,15,77). Sum of RGB (Red+Green+Blue) = 40+15+77=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #280F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F4D is #D7F0B2. Grayscale: #1D1D1D. Windows color (decimal): -14151859 or 5050152. OLE color: 5050152.
HSL color Cylindrical-coordinate representation of color #280F4D: hue angle of 264.19º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #280F4D is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 15 | 77 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.70 |
| HSL | 264.19º | 0.67% | 0.18% | - |
| HSV(B) | 264.19º | 0.81% | 0.3% | - |
| XYZ | 2.39 | 1.33 | 7.15 | - |
| YUV | 29.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 77 | 0.48 | 0.81 | 0 | 0.70 | 264.19 | 0.67 | 0.18 |
| Hex | 28 | F | 4D | 30 | 51 | 0 | 46 | 108 | 43 | 12 |
| Octal | 50 | 17 | 115 | 60 | 121 | 0 | 106 | 410 | 103 | 22 |
| Binary | 101000 | 1111 | 1001101 | 110000 | 1010001 | 0 | 1000110 | 100001000 | 1000011 | 10010 |
Color Harmonies of #280F4D
Complementary color
Monochromatic Colors of #280F4D
Black with #280F4D
Text Example
Text Example
White with #280F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F4D; }
p { color: rgb(40,15,77); }
H1.HeaderClassName
{
color: #280F4D;
}
.AnyTagClassName
{
color: #280F4D;
}
</style>
background-color css
<style>
a { background-color: #280F4D; }
a { background-color: rgb(40,15,77); }
div.DivClassName
{
background-color: #280F4D;
}
.BgClassName
{
background-color: #280F4D;
}
</style>
border-color css
<style>
span { border-color: #280F4D; }
span { border-color: rgb(40,15,77); }
td.TdClassName
{
border-color: #280F4D;
}
.TagClassName
{
border-color: #280F4D;
}
</style>