Shades of Jacksons Purple #282A91
Tints of Jacksons Purple #282A91
RGB
CMYK
RGB Variations
Color information
#282A91 (or 0x282A91) is known color: Jacksons Purple. HEX triplet: 28, 2A and 91. RGB value is (40,42,145). Sum of RGB (Red+Green+Blue) = 40+42+145=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #282A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A91 is #D7D56E. Grayscale: #343434. Windows color (decimal): -14144879 or 9513512. OLE color: 9513512.
HSL color Cylindrical-coordinate representation of color #282A91: hue angle of 238.86º 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 #282A91 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 42 | 145 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.43 |
| HSL | 238.86º | 0.57% | 0.36% | - |
| HSV(B) | 238.86º | 0.72% | 0.57% | - |
| XYZ | 6.81 | 4.15 | 27.23 | - |
| YUV | 53.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 145 | 0.72 | 0.71 | 0 | 0.43 | 238.86 | 0.57 | 0.36 |
| Hex | 28 | 2A | 91 | 48 | 47 | 0 | 2B | EF | 39 | 24 |
| Octal | 50 | 52 | 221 | 110 | 107 | 0 | 53 | 357 | 71 | 44 |
| Binary | 101000 | 101010 | 10010001 | 1001000 | 1000111 | 0 | 101011 | 11101111 | 111001 | 100100 |
Color Harmonies of #282A91
Complementary color
Monochromatic Colors of #282A91
Black with #282A91
Text Example
Text Example
White with #282A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A91; }
p { color: rgb(40,42,145); }
H1.HeaderClassName
{
color: #282A91;
}
.AnyTagClassName
{
color: #282A91;
}
</style>
background-color css
<style>
a { background-color: #282A91; }
a { background-color: rgb(40,42,145); }
div.DivClassName
{
background-color: #282A91;
}
.BgClassName
{
background-color: #282A91;
}
</style>
border-color css
<style>
span { border-color: #282A91; }
span { border-color: rgb(40,42,145); }
td.TdClassName
{
border-color: #282A91;
}
.TagClassName
{
border-color: #282A91;
}
</style>