Shades of Jacksons Purple #282D91
Tints of Jacksons Purple #282D91
RGB
CMYK
RGB Variations
Color information
#282D91 (or 0x282D91) is known color: Jacksons Purple. HEX triplet: 28, 2D and 91. RGB value is (40,45,145). Sum of RGB (Red+Green+Blue) = 40+45+145=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #282D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282D91 is #D7D26E. Grayscale: #363636. Windows color (decimal): -14144111 or 9514280. OLE color: 9514280.
HSL color Cylindrical-coordinate representation of color #282D91: hue angle of 237.14º 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 #282D91 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 45 | 145 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.43 |
| HSL | 237.14º | 0.57% | 0.36% | - |
| HSV(B) | 237.14º | 0.72% | 0.57% | - |
| XYZ | 6.92 | 4.37 | 27.27 | - |
| YUV | 54.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 145 | 0.72 | 0.69 | 0 | 0.43 | 237.14 | 0.57 | 0.36 |
| Hex | 28 | 2D | 91 | 48 | 45 | 0 | 2B | ED | 39 | 24 |
| Octal | 50 | 55 | 221 | 110 | 105 | 0 | 53 | 355 | 71 | 44 |
| Binary | 101000 | 101101 | 10010001 | 1001000 | 1000101 | 0 | 101011 | 11101101 | 111001 | 100100 |
Color Harmonies of #282D91
Complementary color
Monochromatic Colors of #282D91
Black with #282D91
Text Example
Text Example
White with #282D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D91; }
p { color: rgb(40,45,145); }
H1.HeaderClassName
{
color: #282D91;
}
.AnyTagClassName
{
color: #282D91;
}
</style>
background-color css
<style>
a { background-color: #282D91; }
a { background-color: rgb(40,45,145); }
div.DivClassName
{
background-color: #282D91;
}
.BgClassName
{
background-color: #282D91;
}
</style>
border-color css
<style>
span { border-color: #282D91; }
span { border-color: rgb(40,45,145); }
td.TdClassName
{
border-color: #282D91;
}
.TagClassName
{
border-color: #282D91;
}
</style>