Shades of Violent Violet #281B51
Tints of Violent Violet #281B51
RGB
CMYK
RGB Variations
Color information
#281B51 (or 0x281B51) is known color: Violent Violet. HEX triplet: 28, 1B and 51. RGB value is (40,27,81). Sum of RGB (Red+Green+Blue) = 40+27+81=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #281B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B51 is #D7E4AE. Grayscale: #242424. Windows color (decimal): -14148783 or 5315368. OLE color: 5315368.
HSL color Cylindrical-coordinate representation of color #281B51: hue angle of 254.44º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #281B51 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 27 | 81 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.68 |
| HSL | 254.44º | 0.5% | 0.21% | - |
| HSV(B) | 254.44º | 0.67% | 0.32% | - |
| XYZ | 2.75 | 1.83 | 7.99 | - |
| YUV | 37.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 81 | 0.51 | 0.67 | 0 | 0.68 | 254.44 | 0.5 | 0.21 |
| Hex | 28 | 1B | 51 | 33 | 43 | 0 | 44 | FE | 32 | 15 |
| Octal | 50 | 33 | 121 | 63 | 103 | 0 | 104 | 376 | 62 | 25 |
| Binary | 101000 | 11011 | 1010001 | 110011 | 1000011 | 0 | 1000100 | 11111110 | 110010 | 10101 |
Color Harmonies of #281B51
Complementary color
Monochromatic Colors of #281B51
Black with #281B51
Text Example
Text Example
White with #281B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B51; }
p { color: rgb(40,27,81); }
H1.HeaderClassName
{
color: #281B51;
}
.AnyTagClassName
{
color: #281B51;
}
</style>
background-color css
<style>
a { background-color: #281B51; }
a { background-color: rgb(40,27,81); }
div.DivClassName
{
background-color: #281B51;
}
.BgClassName
{
background-color: #281B51;
}
</style>
border-color css
<style>
span { border-color: #281B51; }
span { border-color: rgb(40,27,81); }
td.TdClassName
{
border-color: #281B51;
}
.TagClassName
{
border-color: #281B51;
}
</style>