Shades of Violent Violet #280C52
Tints of Violent Violet #280C52
RGB
CMYK
RGB Variations
Color information
#280C52 (or 0x280C52) is known color: Violent Violet. HEX triplet: 28, 0C and 52. RGB value is (40,12,82). Sum of RGB (Red+Green+Blue) = 40+12+82=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #280C52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C52 is #D7F3AD. Grayscale: #1C1C1C. Windows color (decimal): -14152622 or 5377064. OLE color: 5377064.
HSL color Cylindrical-coordinate representation of color #280C52: hue angle of 264º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280C52 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 12 | 82 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.68 |
| HSL | 264º | 0.74% | 0.18% | - |
| HSV(B) | 264º | 0.85% | 0.32% | - |
| XYZ | 2.53 | 1.32 | 8.1 | - |
| YUV | 28.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 82 | 0.51 | 0.85 | 0 | 0.68 | 264 | 0.74 | 0.18 |
| Hex | 28 | C | 52 | 33 | 55 | 0 | 44 | 108 | 4A | 12 |
| Octal | 50 | 14 | 122 | 63 | 125 | 0 | 104 | 410 | 112 | 22 |
| Binary | 101000 | 1100 | 1010010 | 110011 | 1010101 | 0 | 1000100 | 100001000 | 1001010 | 10010 |
Color Harmonies of #280C52
Complementary color
Monochromatic Colors of #280C52
Black with #280C52
Text Example
Text Example
White with #280C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C52; }
p { color: rgb(40,12,82); }
H1.HeaderClassName
{
color: #280C52;
}
.AnyTagClassName
{
color: #280C52;
}
</style>
background-color css
<style>
a { background-color: #280C52; }
a { background-color: rgb(40,12,82); }
div.DivClassName
{
background-color: #280C52;
}
.BgClassName
{
background-color: #280C52;
}
</style>
border-color css
<style>
span { border-color: #280C52; }
span { border-color: rgb(40,12,82); }
td.TdClassName
{
border-color: #280C52;
}
.TagClassName
{
border-color: #280C52;
}
</style>