Shades of Violent Violet #280C50
Tints of Violent Violet #280C50
RGB
CMYK
RGB Variations
Color information
#280C50 (or 0x280C50) is known color: Violent Violet. HEX triplet: 28, 0C and 50. RGB value is (40,12,80). Sum of RGB (Red+Green+Blue) = 40+12+80=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #280C50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C50 is #D7F3AF. Grayscale: #1B1B1B. Windows color (decimal): -14152624 or 5245992. OLE color: 5245992.
HSL color Cylindrical-coordinate representation of color #280C50: hue angle of 264.71º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280C50 is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 12 | 80 | - |
| CMYK | 0.5 | 0.85 | 0 | 0.69 |
| HSL | 264.71º | 0.74% | 0.18% | - |
| HSV(B) | 264.71º | 0.85% | 0.31% | - |
| XYZ | 2.45 | 1.29 | 7.71 | - |
| YUV | 28.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 80 | 0.5 | 0.85 | 0 | 0.69 | 264.71 | 0.74 | 0.18 |
| Hex | 28 | C | 50 | 32 | 55 | 0 | 45 | 109 | 4A | 12 |
| Octal | 50 | 14 | 120 | 62 | 125 | 0 | 105 | 411 | 112 | 22 |
| Binary | 101000 | 1100 | 1010000 | 110010 | 1010101 | 0 | 1000101 | 100001001 | 1001010 | 10010 |
Color Harmonies of #280C50
Complementary color
Monochromatic Colors of #280C50
Black with #280C50
Text Example
Text Example
White with #280C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C50; }
p { color: rgb(40,12,80); }
H1.HeaderClassName
{
color: #280C50;
}
.AnyTagClassName
{
color: #280C50;
}
</style>
background-color css
<style>
a { background-color: #280C50; }
a { background-color: rgb(40,12,80); }
div.DivClassName
{
background-color: #280C50;
}
.BgClassName
{
background-color: #280C50;
}
</style>
border-color css
<style>
span { border-color: #280C50; }
span { border-color: rgb(40,12,80); }
td.TdClassName
{
border-color: #280C50;
}
.TagClassName
{
border-color: #280C50;
}
</style>