Shades of Violent Violet #280255
Tints of Violent Violet #280255
RGB
CMYK
RGB Variations
Color information
#280255 (or 0x280255) is known color: Violent Violet. HEX triplet: 28, 02 and 55. RGB value is (40,2,85). Sum of RGB (Red+Green+Blue) = 40+2+85=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #280255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280255 is #D7FDAA. Grayscale: #161616. Windows color (decimal): -14155179 or 5571112. OLE color: 5571112.
HSL color Cylindrical-coordinate representation of color #280255: hue angle of 267.47º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280255 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 2 | 85 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.67 |
| HSL | 267.47º | 0.95% | 0.17% | - |
| HSV(B) | 267.47º | 0.98% | 0.33% | - |
| XYZ | 2.54 | 1.15 | 8.68 | - |
| YUV | 22.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 85 | 0.53 | 0.98 | 0 | 0.67 | 267.47 | 0.95 | 0.17 |
| Hex | 28 | 2 | 55 | 35 | 62 | 0 | 43 | 10B | 5F | 11 |
| Octal | 50 | 2 | 125 | 65 | 142 | 0 | 103 | 413 | 137 | 21 |
| Binary | 101000 | 10 | 1010101 | 110101 | 1100010 | 0 | 1000011 | 100001011 | 1011111 | 10001 |
Color Harmonies of #280255
Complementary color
Monochromatic Colors of #280255
Black with #280255
Text Example
Text Example
White with #280255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280255; }
p { color: rgb(40,2,85); }
H1.HeaderClassName
{
color: #280255;
}
.AnyTagClassName
{
color: #280255;
}
</style>
background-color css
<style>
a { background-color: #280255; }
a { background-color: rgb(40,2,85); }
div.DivClassName
{
background-color: #280255;
}
.BgClassName
{
background-color: #280255;
}
</style>
border-color css
<style>
span { border-color: #280255; }
span { border-color: rgb(40,2,85); }
td.TdClassName
{
border-color: #280255;
}
.TagClassName
{
border-color: #280255;
}
</style>