Shades of Jacksons Purple #28288B
Tints of Jacksons Purple #28288B
RGB
CMYK
RGB Variations
Color information
#28288B (or 0x28288B) is known color: Jacksons Purple. HEX triplet: 28, 28 and 8B. RGB value is (40,40,139). Sum of RGB (Red+Green+Blue) = 40+40+139=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #28288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28288B is #D7D774. Grayscale: #323232. Windows color (decimal): -14145397 or 9119784. OLE color: 9119784.
HSL color Cylindrical-coordinate representation of color #28288B: hue angle of 240º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28288B is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 40 | 139 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.45 |
| HSL | 240º | 0.55% | 0.35% | - |
| HSV(B) | 240º | 0.71% | 0.55% | - |
| XYZ | 6.29 | 3.83 | 24.83 | - |
| YUV | 51.29 | 177.5 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 139 | 0.71 | 0.71 | 0 | 0.45 | 240 | 0.55 | 0.35 |
| Hex | 28 | 28 | 8B | 47 | 47 | 0 | 2D | F0 | 37 | 23 |
| Octal | 50 | 50 | 213 | 107 | 107 | 0 | 55 | 360 | 67 | 43 |
| Binary | 101000 | 101000 | 10001011 | 1000111 | 1000111 | 0 | 101101 | 11110000 | 110111 | 100011 |
Color Harmonies of #28288B
Complementary color
Monochromatic Colors of #28288B
Black with #28288B
Text Example
Text Example
White with #28288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28288B; }
p { color: rgb(40,40,139); }
H1.HeaderClassName
{
color: #28288B;
}
.AnyTagClassName
{
color: #28288B;
}
</style>
background-color css
<style>
a { background-color: #28288B; }
a { background-color: rgb(40,40,139); }
div.DivClassName
{
background-color: #28288B;
}
.BgClassName
{
background-color: #28288B;
}
</style>
border-color css
<style>
span { border-color: #28288B; }
span { border-color: rgb(40,40,139); }
td.TdClassName
{
border-color: #28288B;
}
.TagClassName
{
border-color: #28288B;
}
</style>