Shades of Jacksons Purple #302C89
Tints of Jacksons Purple #302C89
RGB
CMYK
RGB Variations
Color information
#302C89 (or 0x302C89) is known color: Jacksons Purple. HEX triplet: 30, 2C and 89. RGB value is (48,44,137). Sum of RGB (Red+Green+Blue) = 48+44+137=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #302C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C89 is #CFD376. Grayscale: #373737. Windows color (decimal): -13620087 or 8989744. OLE color: 8989744.
HSL color Cylindrical-coordinate representation of color #302C89: hue angle of 242.58º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #302C89 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 44 | 137 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.46 |
| HSL | 242.58º | 0.51% | 0.35% | - |
| HSV(B) | 242.58º | 0.68% | 0.54% | - |
| XYZ | 6.63 | 4.24 | 24.13 | - |
| YUV | 55.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 137 | 0.65 | 0.68 | 0 | 0.46 | 242.58 | 0.51 | 0.35 |
| Hex | 30 | 2C | 89 | 41 | 44 | 0 | 2E | F3 | 33 | 23 |
| Octal | 60 | 54 | 211 | 101 | 104 | 0 | 56 | 363 | 63 | 43 |
| Binary | 110000 | 101100 | 10001001 | 1000001 | 1000100 | 0 | 101110 | 11110011 | 110011 | 100011 |
Color Harmonies of #302C89
Complementary color
Monochromatic Colors of #302C89
Black with #302C89
Text Example
Text Example
White with #302C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C89; }
p { color: rgb(48,44,137); }
H1.HeaderClassName
{
color: #302C89;
}
.AnyTagClassName
{
color: #302C89;
}
</style>
background-color css
<style>
a { background-color: #302C89; }
a { background-color: rgb(48,44,137); }
div.DivClassName
{
background-color: #302C89;
}
.BgClassName
{
background-color: #302C89;
}
</style>
border-color css
<style>
span { border-color: #302C89; }
span { border-color: rgb(48,44,137); }
td.TdClassName
{
border-color: #302C89;
}
.TagClassName
{
border-color: #302C89;
}
</style>