Shades of Violent Violet #280D50
Tints of Violent Violet #280D50
RGB
CMYK
RGB Variations
Color information
#280D50 (or 0x280D50) is known color: Violent Violet. HEX triplet: 28, 0D and 50. RGB value is (40,13,80). Sum of RGB (Red+Green+Blue) = 40+13+80=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #280D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D50 is #D7F2AF. Grayscale: #1C1C1C. Windows color (decimal): -14152368 or 5246248. OLE color: 5246248.
HSL color Cylindrical-coordinate representation of color #280D50: hue angle of 264.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #280D50 is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 13 | 80 | - |
| CMYK | 0.5 | 0.84 | 0 | 0.69 |
| HSL | 264.18º | 0.72% | 0.18% | - |
| HSV(B) | 264.18º | 0.84% | 0.31% | - |
| XYZ | 2.47 | 1.32 | 7.71 | - |
| YUV | 28.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 80 | 0.5 | 0.84 | 0 | 0.69 | 264.18 | 0.72 | 0.18 |
| Hex | 28 | D | 50 | 32 | 54 | 0 | 45 | 108 | 48 | 12 |
| Octal | 50 | 15 | 120 | 62 | 124 | 0 | 105 | 410 | 110 | 22 |
| Binary | 101000 | 1101 | 1010000 | 110010 | 1010100 | 0 | 1000101 | 100001000 | 1001000 | 10010 |
Color Harmonies of #280D50
Complementary color
Monochromatic Colors of #280D50
Black with #280D50
Text Example
Text Example
White with #280D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D50; }
p { color: rgb(40,13,80); }
H1.HeaderClassName
{
color: #280D50;
}
.AnyTagClassName
{
color: #280D50;
}
</style>
background-color css
<style>
a { background-color: #280D50; }
a { background-color: rgb(40,13,80); }
div.DivClassName
{
background-color: #280D50;
}
.BgClassName
{
background-color: #280D50;
}
</style>
border-color css
<style>
span { border-color: #280D50; }
span { border-color: rgb(40,13,80); }
td.TdClassName
{
border-color: #280D50;
}
.TagClassName
{
border-color: #280D50;
}
</style>