Shades of Jacksons Purple #282E91
Tints of Jacksons Purple #282E91
RGB
CMYK
RGB Variations
Color information
#282E91 (or 0x282E91) is known color: Jacksons Purple. HEX triplet: 28, 2E and 91. RGB value is (40,46,145). Sum of RGB (Red+Green+Blue) = 40+46+145=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #282E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E91 is #D7D16E. Grayscale: #373737. Windows color (decimal): -14143855 or 9514536. OLE color: 9514536.
HSL color Cylindrical-coordinate representation of color #282E91: hue angle of 236.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #282E91 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 46 | 145 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.43 |
| HSL | 236.57º | 0.57% | 0.36% | - |
| HSV(B) | 236.57º | 0.72% | 0.57% | - |
| XYZ | 6.96 | 4.45 | 27.28 | - |
| YUV | 55.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 145 | 0.72 | 0.68 | 0 | 0.43 | 236.57 | 0.57 | 0.36 |
| Hex | 28 | 2E | 91 | 48 | 44 | 0 | 2B | ED | 39 | 24 |
| Octal | 50 | 56 | 221 | 110 | 104 | 0 | 53 | 355 | 71 | 44 |
| Binary | 101000 | 101110 | 10010001 | 1001000 | 1000100 | 0 | 101011 | 11101101 | 111001 | 100100 |
Color Harmonies of #282E91
Complementary color
Monochromatic Colors of #282E91
Black with #282E91
Text Example
Text Example
White with #282E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E91; }
p { color: rgb(40,46,145); }
H1.HeaderClassName
{
color: #282E91;
}
.AnyTagClassName
{
color: #282E91;
}
</style>
background-color css
<style>
a { background-color: #282E91; }
a { background-color: rgb(40,46,145); }
div.DivClassName
{
background-color: #282E91;
}
.BgClassName
{
background-color: #282E91;
}
</style>
border-color css
<style>
span { border-color: #282E91; }
span { border-color: rgb(40,46,145); }
td.TdClassName
{
border-color: #282E91;
}
.TagClassName
{
border-color: #282E91;
}
</style>