Shades of Jacksons Purple #303289
Tints of Jacksons Purple #303289
RGB
CMYK
RGB Variations
Color information
#303289 (or 0x303289) is known color: Jacksons Purple. HEX triplet: 30, 32 and 89. RGB value is (48,50,137). Sum of RGB (Red+Green+Blue) = 48+50+137=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #303289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303289 is #CFCD76. Grayscale: #3A3A3A. Windows color (decimal): -13618551 or 8991280. OLE color: 8991280.
HSL color Cylindrical-coordinate representation of color #303289: hue angle of 238.65º 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 #303289 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 50 | 137 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.46 |
| HSL | 238.65º | 0.48% | 0.36% | - |
| HSV(B) | 238.65º | 0.65% | 0.54% | - |
| XYZ | 6.87 | 4.72 | 24.21 | - |
| YUV | 59.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 137 | 0.65 | 0.64 | 0 | 0.46 | 238.65 | 0.48 | 0.36 |
| Hex | 30 | 32 | 89 | 41 | 40 | 0 | 2E | EF | 30 | 24 |
| Octal | 60 | 62 | 211 | 101 | 100 | 0 | 56 | 357 | 60 | 44 |
| Binary | 110000 | 110010 | 10001001 | 1000001 | 1000000 | 0 | 101110 | 11101111 | 110000 | 100100 |
Color Harmonies of #303289
Complementary color
Monochromatic Colors of #303289
Black with #303289
Text Example
Text Example
White with #303289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303289; }
p { color: rgb(48,50,137); }
H1.HeaderClassName
{
color: #303289;
}
.AnyTagClassName
{
color: #303289;
}
</style>
background-color css
<style>
a { background-color: #303289; }
a { background-color: rgb(48,50,137); }
div.DivClassName
{
background-color: #303289;
}
.BgClassName
{
background-color: #303289;
}
</style>
border-color css
<style>
span { border-color: #303289; }
span { border-color: rgb(48,50,137); }
td.TdClassName
{
border-color: #303289;
}
.TagClassName
{
border-color: #303289;
}
</style>