Shades of Jacksons Purple #28298C
Tints of Jacksons Purple #28298C
RGB
CMYK
RGB Variations
Color information
#28298C (or 0x28298C) is known color: Jacksons Purple. HEX triplet: 28, 29 and 8C. RGB value is (40,41,140). Sum of RGB (Red+Green+Blue) = 40+41+140=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #28298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28298C is #D7D673. Grayscale: #333333. Windows color (decimal): -14145140 or 9185576. OLE color: 9185576.
HSL color Cylindrical-coordinate representation of color #28298C: hue angle of 239.4º degrees, saturation: 0.56, 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 #28298C is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 41 | 140 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.45 |
| HSL | 239.4º | 0.56% | 0.35% | - |
| HSV(B) | 239.4º | 0.71% | 0.55% | - |
| XYZ | 6.4 | 3.93 | 25.23 | - |
| YUV | 51.99 | 177.67 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 140 | 0.71 | 0.71 | 0 | 0.45 | 239.4 | 0.56 | 0.35 |
| Hex | 28 | 29 | 8C | 47 | 47 | 0 | 2D | EF | 38 | 23 |
| Octal | 50 | 51 | 214 | 107 | 107 | 0 | 55 | 357 | 70 | 43 |
| Binary | 101000 | 101001 | 10001100 | 1000111 | 1000111 | 0 | 101101 | 11101111 | 111000 | 100011 |
Color Harmonies of #28298C
Complementary color
Monochromatic Colors of #28298C
Black with #28298C
Text Example
Text Example
White with #28298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28298C; }
p { color: rgb(40,41,140); }
H1.HeaderClassName
{
color: #28298C;
}
.AnyTagClassName
{
color: #28298C;
}
</style>
background-color css
<style>
a { background-color: #28298C; }
a { background-color: rgb(40,41,140); }
div.DivClassName
{
background-color: #28298C;
}
.BgClassName
{
background-color: #28298C;
}
</style>
border-color css
<style>
span { border-color: #28298C; }
span { border-color: rgb(40,41,140); }
td.TdClassName
{
border-color: #28298C;
}
.TagClassName
{
border-color: #28298C;
}
</style>