Shades of Violent Violet #280D58
Tints of Violent Violet #280D58
RGB
CMYK
RGB Variations
Color information
#280D58 (or 0x280D58) is known color: Violent Violet. HEX triplet: 28, 0D and 58. RGB value is (40,13,88). Sum of RGB (Red+Green+Blue) = 40+13+88=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #280D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D58 is #D7F2A7. Grayscale: #1D1D1D. Windows color (decimal): -14152360 or 5770536. OLE color: 5770536.
HSL color Cylindrical-coordinate representation of color #280D58: hue angle of 261.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280D58 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 13 | 88 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.65 |
| HSL | 261.6º | 0.74% | 0.2% | - |
| HSV(B) | 261.6º | 0.85% | 0.35% | - |
| XYZ | 2.78 | 1.44 | 9.36 | - |
| YUV | 29.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 88 | 0.55 | 0.85 | 0 | 0.65 | 261.6 | 0.74 | 0.2 |
| Hex | 28 | D | 58 | 37 | 55 | 0 | 41 | 106 | 4A | 14 |
| Octal | 50 | 15 | 130 | 67 | 125 | 0 | 101 | 406 | 112 | 24 |
| Binary | 101000 | 1101 | 1011000 | 110111 | 1010101 | 0 | 1000001 | 100000110 | 1001010 | 10100 |
Color Harmonies of #280D58
Complementary color
Monochromatic Colors of #280D58
Black with #280D58
Text Example
Text Example
White with #280D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D58; }
p { color: rgb(40,13,88); }
H1.HeaderClassName
{
color: #280D58;
}
.AnyTagClassName
{
color: #280D58;
}
</style>
background-color css
<style>
a { background-color: #280D58; }
a { background-color: rgb(40,13,88); }
div.DivClassName
{
background-color: #280D58;
}
.BgClassName
{
background-color: #280D58;
}
</style>
border-color css
<style>
span { border-color: #280D58; }
span { border-color: rgb(40,13,88); }
td.TdClassName
{
border-color: #280D58;
}
.TagClassName
{
border-color: #280D58;
}
</style>