Shades of Jacksons Purple #303889
Tints of Jacksons Purple #303889
RGB
CMYK
RGB Variations
Color information
#303889 (or 0x303889) is known color: Jacksons Purple. HEX triplet: 30, 38 and 89. RGB value is (48,56,137). Sum of RGB (Red+Green+Blue) = 48+56+137=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #303889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303889 is #CFC776. Grayscale: #3E3E3E. Windows color (decimal): -13617015 or 8992816. OLE color: 8992816.
HSL color Cylindrical-coordinate representation of color #303889: hue angle of 234.61º 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 #303889 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 56 | 137 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.46 |
| HSL | 234.61º | 0.48% | 0.36% | - |
| HSV(B) | 234.61º | 0.65% | 0.54% | - |
| XYZ | 7.15 | 5.26 | 24.31 | - |
| YUV | 62.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 137 | 0.65 | 0.59 | 0 | 0.46 | 234.61 | 0.48 | 0.36 |
| Hex | 30 | 38 | 89 | 41 | 3B | 0 | 2E | EB | 30 | 24 |
| Octal | 60 | 70 | 211 | 101 | 73 | 0 | 56 | 353 | 60 | 44 |
| Binary | 110000 | 111000 | 10001001 | 1000001 | 111011 | 0 | 101110 | 11101011 | 110000 | 100100 |
Color Harmonies of #303889
Complementary color
Monochromatic Colors of #303889
Black with #303889
Text Example
Text Example
White with #303889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303889; }
p { color: rgb(48,56,137); }
H1.HeaderClassName
{
color: #303889;
}
.AnyTagClassName
{
color: #303889;
}
</style>
background-color css
<style>
a { background-color: #303889; }
a { background-color: rgb(48,56,137); }
div.DivClassName
{
background-color: #303889;
}
.BgClassName
{
background-color: #303889;
}
</style>
border-color css
<style>
span { border-color: #303889; }
span { border-color: rgb(48,56,137); }
td.TdClassName
{
border-color: #303889;
}
.TagClassName
{
border-color: #303889;
}
</style>