Shades of Jacksons Purple #30288B
Tints of Jacksons Purple #30288B
RGB
CMYK
RGB Variations
Color information
#30288B (or 0x30288B) is known color: Jacksons Purple. HEX triplet: 30, 28 and 8B. RGB value is (48,40,139). Sum of RGB (Red+Green+Blue) = 48+40+139=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #30288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30288B is #CFD774. Grayscale: #353535. Windows color (decimal): -13621109 or 9119792. OLE color: 9119792.
HSL color Cylindrical-coordinate representation of color #30288B: hue angle of 244.85º degrees, saturation: 0.55, 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 #30288B is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 40 | 139 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.45 |
| HSL | 244.85º | 0.55% | 0.35% | - |
| HSV(B) | 244.85º | 0.71% | 0.55% | - |
| XYZ | 6.64 | 4.01 | 24.85 | - |
| YUV | 53.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 139 | 0.65 | 0.71 | 0 | 0.45 | 244.85 | 0.55 | 0.35 |
| Hex | 30 | 28 | 8B | 41 | 47 | 0 | 2D | F5 | 37 | 23 |
| Octal | 60 | 50 | 213 | 101 | 107 | 0 | 55 | 365 | 67 | 43 |
| Binary | 110000 | 101000 | 10001011 | 1000001 | 1000111 | 0 | 101101 | 11110101 | 110111 | 100011 |
Color Harmonies of #30288B
Complementary color
Monochromatic Colors of #30288B
Black with #30288B
Text Example
Text Example
White with #30288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30288B; }
p { color: rgb(48,40,139); }
H1.HeaderClassName
{
color: #30288B;
}
.AnyTagClassName
{
color: #30288B;
}
</style>
background-color css
<style>
a { background-color: #30288B; }
a { background-color: rgb(48,40,139); }
div.DivClassName
{
background-color: #30288B;
}
.BgClassName
{
background-color: #30288B;
}
</style>
border-color css
<style>
span { border-color: #30288B; }
span { border-color: rgb(48,40,139); }
td.TdClassName
{
border-color: #30288B;
}
.TagClassName
{
border-color: #30288B;
}
</style>