Shades of Violent Violet #280D55
Tints of Violent Violet #280D55
RGB
CMYK
RGB Variations
Color information
#280D55 (or 0x280D55) is known color: Violent Violet. HEX triplet: 28, 0D and 55. RGB value is (40,13,85). Sum of RGB (Red+Green+Blue) = 40+13+85=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #280D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D55 is #D7F2AA. Grayscale: #1D1D1D. Windows color (decimal): -14152363 or 5573928. OLE color: 5573928.
HSL color Cylindrical-coordinate representation of color #280D55: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280D55 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 13 | 85 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.67 |
| HSL | 262.5º | 0.73% | 0.19% | - |
| HSV(B) | 262.5º | 0.85% | 0.33% | - |
| XYZ | 2.66 | 1.39 | 8.72 | - |
| YUV | 29.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 85 | 0.53 | 0.85 | 0 | 0.67 | 262.5 | 0.73 | 0.19 |
| Hex | 28 | D | 55 | 35 | 55 | 0 | 43 | 106 | 49 | 13 |
| Octal | 50 | 15 | 125 | 65 | 125 | 0 | 103 | 406 | 111 | 23 |
| Binary | 101000 | 1101 | 1010101 | 110101 | 1010101 | 0 | 1000011 | 100000110 | 1001001 | 10011 |
Color Harmonies of #280D55
Complementary color
Monochromatic Colors of #280D55
Black with #280D55
Text Example
Text Example
White with #280D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D55; }
p { color: rgb(40,13,85); }
H1.HeaderClassName
{
color: #280D55;
}
.AnyTagClassName
{
color: #280D55;
}
</style>
background-color css
<style>
a { background-color: #280D55; }
a { background-color: rgb(40,13,85); }
div.DivClassName
{
background-color: #280D55;
}
.BgClassName
{
background-color: #280D55;
}
</style>
border-color css
<style>
span { border-color: #280D55; }
span { border-color: rgb(40,13,85); }
td.TdClassName
{
border-color: #280D55;
}
.TagClassName
{
border-color: #280D55;
}
</style>