Shades of Jacksons Purple #30288D
Tints of Jacksons Purple #30288D
RGB
CMYK
RGB Variations
Color information
#30288D (or 0x30288D) is known color: Jacksons Purple. HEX triplet: 30, 28 and 8D. RGB value is (48,40,141). Sum of RGB (Red+Green+Blue) = 48+40+141=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #30288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30288D is #CFD772. Grayscale: #353535. Windows color (decimal): -13621107 or 9250864. OLE color: 9250864.
HSL color Cylindrical-coordinate representation of color #30288D: hue angle of 244.75º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30288D is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 40 | 141 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.45 |
| HSL | 244.75º | 0.56% | 0.35% | - |
| HSV(B) | 244.75º | 0.72% | 0.55% | - |
| XYZ | 6.79 | 4.07 | 25.63 | - |
| YUV | 53.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 141 | 0.66 | 0.72 | 0 | 0.45 | 244.75 | 0.56 | 0.35 |
| Hex | 30 | 28 | 8D | 42 | 48 | 0 | 2D | F5 | 38 | 23 |
| Octal | 60 | 50 | 215 | 102 | 110 | 0 | 55 | 365 | 70 | 43 |
| Binary | 110000 | 101000 | 10001101 | 1000010 | 1001000 | 0 | 101101 | 11110101 | 111000 | 100011 |
Color Harmonies of #30288D
Complementary color
Monochromatic Colors of #30288D
Black with #30288D
Text Example
Text Example
White with #30288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30288D; }
p { color: rgb(48,40,141); }
H1.HeaderClassName
{
color: #30288D;
}
.AnyTagClassName
{
color: #30288D;
}
</style>
background-color css
<style>
a { background-color: #30288D; }
a { background-color: rgb(48,40,141); }
div.DivClassName
{
background-color: #30288D;
}
.BgClassName
{
background-color: #30288D;
}
</style>
border-color css
<style>
span { border-color: #30288D; }
span { border-color: rgb(48,40,141); }
td.TdClassName
{
border-color: #30288D;
}
.TagClassName
{
border-color: #30288D;
}
</style>