Shades of Jacksons Purple #303C89
Tints of Jacksons Purple #303C89
RGB
CMYK
RGB Variations
Color information
#303C89 (or 0x303C89) is known color: Jacksons Purple. HEX triplet: 30, 3C and 89. RGB value is (48,60,137). Sum of RGB (Red+Green+Blue) = 48+60+137=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #303C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C89 is #CFC376. Grayscale: #404040. Windows color (decimal): -13615991 or 8993840. OLE color: 8993840.
HSL color Cylindrical-coordinate representation of color #303C89: hue angle of 231.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303C89 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 60 | 137 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.46 |
| HSL | 231.91º | 0.48% | 0.36% | - |
| HSV(B) | 231.91º | 0.65% | 0.54% | - |
| XYZ | 7.35 | 5.67 | 24.37 | - |
| YUV | 65.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 137 | 0.65 | 0.56 | 0 | 0.46 | 231.91 | 0.48 | 0.36 |
| Hex | 30 | 3C | 89 | 41 | 38 | 0 | 2E | E8 | 30 | 24 |
| Octal | 60 | 74 | 211 | 101 | 70 | 0 | 56 | 350 | 60 | 44 |
| Binary | 110000 | 111100 | 10001001 | 1000001 | 111000 | 0 | 101110 | 11101000 | 110000 | 100100 |
Color Harmonies of #303C89
Complementary color
Monochromatic Colors of #303C89
Black with #303C89
Text Example
Text Example
White with #303C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C89; }
p { color: rgb(48,60,137); }
H1.HeaderClassName
{
color: #303C89;
}
.AnyTagClassName
{
color: #303C89;
}
</style>
background-color css
<style>
a { background-color: #303C89; }
a { background-color: rgb(48,60,137); }
div.DivClassName
{
background-color: #303C89;
}
.BgClassName
{
background-color: #303C89;
}
</style>
border-color css
<style>
span { border-color: #303C89; }
span { border-color: rgb(48,60,137); }
td.TdClassName
{
border-color: #303C89;
}
.TagClassName
{
border-color: #303C89;
}
</style>