Shades of Jacksons Purple #28328F
Tints of Jacksons Purple #28328F
RGB
CMYK
RGB Variations
Color information
#28328F (or 0x28328F) is known color: Jacksons Purple. HEX triplet: 28, 32 and 8F. RGB value is (40,50,143). Sum of RGB (Red+Green+Blue) = 40+50+143=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #28328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28328F is #D7CD70. Grayscale: #393939. Windows color (decimal): -14142833 or 9384488. OLE color: 9384488.
HSL color Cylindrical-coordinate representation of color #28328F: hue angle of 234.17º 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 #28328F is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 50 | 143 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.44 |
| HSL | 234.17º | 0.56% | 0.36% | - |
| HSV(B) | 234.17º | 0.72% | 0.56% | - |
| XYZ | 6.97 | 4.72 | 26.53 | - |
| YUV | 57.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 143 | 0.72 | 0.65 | 0 | 0.44 | 234.17 | 0.56 | 0.36 |
| Hex | 28 | 32 | 8F | 48 | 41 | 0 | 2C | EA | 38 | 24 |
| Octal | 50 | 62 | 217 | 110 | 101 | 0 | 54 | 352 | 70 | 44 |
| Binary | 101000 | 110010 | 10001111 | 1001000 | 1000001 | 0 | 101100 | 11101010 | 111000 | 100100 |
Color Harmonies of #28328F
Complementary color
Monochromatic Colors of #28328F
Black with #28328F
Text Example
Text Example
White with #28328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28328F; }
p { color: rgb(40,50,143); }
H1.HeaderClassName
{
color: #28328F;
}
.AnyTagClassName
{
color: #28328F;
}
</style>
background-color css
<style>
a { background-color: #28328F; }
a { background-color: rgb(40,50,143); }
div.DivClassName
{
background-color: #28328F;
}
.BgClassName
{
background-color: #28328F;
}
</style>
border-color css
<style>
span { border-color: #28328F; }
span { border-color: rgb(40,50,143); }
td.TdClassName
{
border-color: #28328F;
}
.TagClassName
{
border-color: #28328F;
}
</style>