Shades of Violent Violet #280A55
Tints of Violent Violet #280A55
RGB
CMYK
RGB Variations
Color information
#280A55 (or 0x280A55) is known color: Violent Violet. HEX triplet: 28, 0A and 55. RGB value is (40,10,85). Sum of RGB (Red+Green+Blue) = 40+10+85=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #280A55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A55 is #D7F5AA. Grayscale: #1B1B1B. Windows color (decimal): -14153131 or 5573160. OLE color: 5573160.
HSL color Cylindrical-coordinate representation of color #280A55: hue angle of 264º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280A55 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 10 | 85 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.67 |
| HSL | 264º | 0.79% | 0.19% | - |
| HSV(B) | 264º | 0.88% | 0.33% | - |
| XYZ | 2.62 | 1.32 | 8.71 | - |
| YUV | 27.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 85 | 0.53 | 0.88 | 0 | 0.67 | 264 | 0.79 | 0.19 |
| Hex | 28 | A | 55 | 35 | 58 | 0 | 43 | 108 | 4F | 13 |
| Octal | 50 | 12 | 125 | 65 | 130 | 0 | 103 | 410 | 117 | 23 |
| Binary | 101000 | 1010 | 1010101 | 110101 | 1011000 | 0 | 1000011 | 100001000 | 1001111 | 10011 |
Color Harmonies of #280A55
Complementary color
Monochromatic Colors of #280A55
Black with #280A55
Text Example
Text Example
White with #280A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A55; }
p { color: rgb(40,10,85); }
H1.HeaderClassName
{
color: #280A55;
}
.AnyTagClassName
{
color: #280A55;
}
</style>
background-color css
<style>
a { background-color: #280A55; }
a { background-color: rgb(40,10,85); }
div.DivClassName
{
background-color: #280A55;
}
.BgClassName
{
background-color: #280A55;
}
</style>
border-color css
<style>
span { border-color: #280A55; }
span { border-color: rgb(40,10,85); }
td.TdClassName
{
border-color: #280A55;
}
.TagClassName
{
border-color: #280A55;
}
</style>