Shades of Jacksons Purple #28298F
Tints of Jacksons Purple #28298F
RGB
CMYK
RGB Variations
Color information
#28298F (or 0x28298F) is known color: Jacksons Purple. HEX triplet: 28, 29 and 8F. RGB value is (40,41,143). Sum of RGB (Red+Green+Blue) = 40+41+143=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #28298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28298F is #D7D670. Grayscale: #333333. Windows color (decimal): -14145137 or 9382184. OLE color: 9382184.
HSL color Cylindrical-coordinate representation of color #28298F: hue angle of 239.42º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28298F is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 41 | 143 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.44 |
| HSL | 239.42º | 0.56% | 0.36% | - |
| HSV(B) | 239.42º | 0.72% | 0.56% | - |
| XYZ | 6.63 | 4.02 | 26.41 | - |
| YUV | 52.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 143 | 0.72 | 0.71 | 0 | 0.44 | 239.42 | 0.56 | 0.36 |
| Hex | 28 | 29 | 8F | 48 | 47 | 0 | 2C | EF | 38 | 24 |
| Octal | 50 | 51 | 217 | 110 | 107 | 0 | 54 | 357 | 70 | 44 |
| Binary | 101000 | 101001 | 10001111 | 1001000 | 1000111 | 0 | 101100 | 11101111 | 111000 | 100100 |
Color Harmonies of #28298F
Complementary color
Monochromatic Colors of #28298F
Black with #28298F
Text Example
Text Example
White with #28298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28298F; }
p { color: rgb(40,41,143); }
H1.HeaderClassName
{
color: #28298F;
}
.AnyTagClassName
{
color: #28298F;
}
</style>
background-color css
<style>
a { background-color: #28298F; }
a { background-color: rgb(40,41,143); }
div.DivClassName
{
background-color: #28298F;
}
.BgClassName
{
background-color: #28298F;
}
</style>
border-color css
<style>
span { border-color: #28298F; }
span { border-color: rgb(40,41,143); }
td.TdClassName
{
border-color: #28298F;
}
.TagClassName
{
border-color: #28298F;
}
</style>