Shades of Violent Violet #280F52
Tints of Violent Violet #280F52
RGB
CMYK
RGB Variations
Color information
#280F52 (or 0x280F52) is known color: Violent Violet. HEX triplet: 28, 0F and 52. RGB value is (40,15,82). Sum of RGB (Red+Green+Blue) = 40+15+82=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #280F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F52 is #D7F0AD. Grayscale: #1D1D1D. Windows color (decimal): -14151854 or 5377832. OLE color: 5377832.
HSL color Cylindrical-coordinate representation of color #280F52: hue angle of 262.39º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280F52 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 15 | 82 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.68 |
| HSL | 262.39º | 0.69% | 0.19% | - |
| HSV(B) | 262.39º | 0.82% | 0.32% | - |
| XYZ | 2.57 | 1.4 | 8.12 | - |
| YUV | 30.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 82 | 0.51 | 0.82 | 0 | 0.68 | 262.39 | 0.69 | 0.19 |
| Hex | 28 | F | 52 | 33 | 52 | 0 | 44 | 106 | 45 | 13 |
| Octal | 50 | 17 | 122 | 63 | 122 | 0 | 104 | 406 | 105 | 23 |
| Binary | 101000 | 1111 | 1010010 | 110011 | 1010010 | 0 | 1000100 | 100000110 | 1000101 | 10011 |
Color Harmonies of #280F52
Complementary color
Monochromatic Colors of #280F52
Black with #280F52
Text Example
Text Example
White with #280F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F52; }
p { color: rgb(40,15,82); }
H1.HeaderClassName
{
color: #280F52;
}
.AnyTagClassName
{
color: #280F52;
}
</style>
background-color css
<style>
a { background-color: #280F52; }
a { background-color: rgb(40,15,82); }
div.DivClassName
{
background-color: #280F52;
}
.BgClassName
{
background-color: #280F52;
}
</style>
border-color css
<style>
span { border-color: #280F52; }
span { border-color: rgb(40,15,82); }
td.TdClassName
{
border-color: #280F52;
}
.TagClassName
{
border-color: #280F52;
}
</style>