Shades of Jacksons Purple #30298B
Tints of Jacksons Purple #30298B
RGB
CMYK
RGB Variations
Color information
#30298B (or 0x30298B) is known color: Jacksons Purple. HEX triplet: 30, 29 and 8B. RGB value is (48,41,139). Sum of RGB (Red+Green+Blue) = 48+41+139=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #30298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30298B is #CFD674. Grayscale: #353535. Windows color (decimal): -13620853 or 9120048. OLE color: 9120048.
HSL color Cylindrical-coordinate representation of color #30298B: hue angle of 244.29º degrees, saturation: 0.54, 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 #30298B is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 41 | 139 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.45 |
| HSL | 244.29º | 0.54% | 0.35% | - |
| HSV(B) | 244.29º | 0.71% | 0.55% | - |
| XYZ | 6.67 | 4.08 | 24.86 | - |
| YUV | 54.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 139 | 0.65 | 0.71 | 0 | 0.45 | 244.29 | 0.54 | 0.35 |
| Hex | 30 | 29 | 8B | 41 | 47 | 0 | 2D | F4 | 36 | 23 |
| Octal | 60 | 51 | 213 | 101 | 107 | 0 | 55 | 364 | 66 | 43 |
| Binary | 110000 | 101001 | 10001011 | 1000001 | 1000111 | 0 | 101101 | 11110100 | 110110 | 100011 |
Color Harmonies of #30298B
Complementary color
Monochromatic Colors of #30298B
Black with #30298B
Text Example
Text Example
White with #30298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30298B; }
p { color: rgb(48,41,139); }
H1.HeaderClassName
{
color: #30298B;
}
.AnyTagClassName
{
color: #30298B;
}
</style>
background-color css
<style>
a { background-color: #30298B; }
a { background-color: rgb(48,41,139); }
div.DivClassName
{
background-color: #30298B;
}
.BgClassName
{
background-color: #30298B;
}
</style>
border-color css
<style>
span { border-color: #30298B; }
span { border-color: rgb(48,41,139); }
td.TdClassName
{
border-color: #30298B;
}
.TagClassName
{
border-color: #30298B;
}
</style>