Shades of Jacksons Purple #28308F
Tints of Jacksons Purple #28308F
RGB
CMYK
RGB Variations
Color information
#28308F (or 0x28308F) is known color: Jacksons Purple. HEX triplet: 28, 30 and 8F. RGB value is (40,48,143). Sum of RGB (Red+Green+Blue) = 40+48+143=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #28308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28308F is #D7CF70. Grayscale: #383838. Windows color (decimal): -14143345 or 9383976. OLE color: 9383976.
HSL color Cylindrical-coordinate representation of color #28308F: hue angle of 235.34º 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 #28308F is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 48 | 143 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.44 |
| HSL | 235.34º | 0.56% | 0.36% | - |
| HSV(B) | 235.34º | 0.72% | 0.56% | - |
| XYZ | 6.89 | 4.55 | 26.5 | - |
| YUV | 56.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 143 | 0.72 | 0.66 | 0 | 0.44 | 235.34 | 0.56 | 0.36 |
| Hex | 28 | 30 | 8F | 48 | 42 | 0 | 2C | EB | 38 | 24 |
| Octal | 50 | 60 | 217 | 110 | 102 | 0 | 54 | 353 | 70 | 44 |
| Binary | 101000 | 110000 | 10001111 | 1001000 | 1000010 | 0 | 101100 | 11101011 | 111000 | 100100 |
Color Harmonies of #28308F
Complementary color
Monochromatic Colors of #28308F
Black with #28308F
Text Example
Text Example
White with #28308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28308F; }
p { color: rgb(40,48,143); }
H1.HeaderClassName
{
color: #28308F;
}
.AnyTagClassName
{
color: #28308F;
}
</style>
background-color css
<style>
a { background-color: #28308F; }
a { background-color: rgb(40,48,143); }
div.DivClassName
{
background-color: #28308F;
}
.BgClassName
{
background-color: #28308F;
}
</style>
border-color css
<style>
span { border-color: #28308F; }
span { border-color: rgb(40,48,143); }
td.TdClassName
{
border-color: #28308F;
}
.TagClassName
{
border-color: #28308F;
}
</style>