Shades of Violent Violet #280A53
Tints of Violent Violet #280A53
RGB
CMYK
RGB Variations
Color information
#280A53 (or 0x280A53) is known color: Violent Violet. HEX triplet: 28, 0A and 53. RGB value is (40,10,83). Sum of RGB (Red+Green+Blue) = 40+10+83=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #280A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280A53 is #D7F5AC. Grayscale: #1B1B1B. Windows color (decimal): -14153133 or 5442088. OLE color: 5442088.
HSL color Cylindrical-coordinate representation of color #280A53: hue angle of 264.66º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280A53 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 10 | 83 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.67 |
| HSL | 264.66º | 0.78% | 0.18% | - |
| HSV(B) | 264.66º | 0.88% | 0.33% | - |
| XYZ | 2.54 | 1.29 | 8.3 | - |
| YUV | 27.29 | 159.44 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 83 | 0.52 | 0.88 | 0 | 0.67 | 264.66 | 0.78 | 0.18 |
| Hex | 28 | A | 53 | 34 | 58 | 0 | 43 | 109 | 4E | 12 |
| Octal | 50 | 12 | 123 | 64 | 130 | 0 | 103 | 411 | 116 | 22 |
| Binary | 101000 | 1010 | 1010011 | 110100 | 1011000 | 0 | 1000011 | 100001001 | 1001110 | 10010 |
Color Harmonies of #280A53
Complementary color
Monochromatic Colors of #280A53
Black with #280A53
Text Example
Text Example
White with #280A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A53; }
p { color: rgb(40,10,83); }
H1.HeaderClassName
{
color: #280A53;
}
.AnyTagClassName
{
color: #280A53;
}
</style>
background-color css
<style>
a { background-color: #280A53; }
a { background-color: rgb(40,10,83); }
div.DivClassName
{
background-color: #280A53;
}
.BgClassName
{
background-color: #280A53;
}
</style>
border-color css
<style>
span { border-color: #280A53; }
span { border-color: rgb(40,10,83); }
td.TdClassName
{
border-color: #280A53;
}
.TagClassName
{
border-color: #280A53;
}
</style>