Shades of Jacksons Purple #303994
Tints of Jacksons Purple #303994
RGB
CMYK
RGB Variations
Color information
#303994 (or 0x303994) is known color: Jacksons Purple. HEX triplet: 30, 39 and 94. RGB value is (48,57,148). Sum of RGB (Red+Green+Blue) = 48+57+148=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #303994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303994 is #CFC66B. Grayscale: #404040. Windows color (decimal): -13616748 or 9713968. OLE color: 9713968.
HSL color Cylindrical-coordinate representation of color #303994: hue angle of 234.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303994 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 57 | 148 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.42 |
| HSL | 234.6º | 0.51% | 0.38% | - |
| HSV(B) | 234.6º | 0.68% | 0.58% | - |
| XYZ | 8.03 | 5.69 | 28.69 | - |
| YUV | 64.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 148 | 0.68 | 0.61 | 0 | 0.42 | 234.6 | 0.51 | 0.38 |
| Hex | 30 | 39 | 94 | 44 | 3D | 0 | 2A | EB | 33 | 26 |
| Octal | 60 | 71 | 224 | 104 | 75 | 0 | 52 | 353 | 63 | 46 |
| Binary | 110000 | 111001 | 10010100 | 1000100 | 111101 | 0 | 101010 | 11101011 | 110011 | 100110 |
Color Harmonies of #303994
Complementary color
Monochromatic Colors of #303994
Black with #303994
Text Example
Text Example
White with #303994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303994; }
p { color: rgb(48,57,148); }
H1.HeaderClassName
{
color: #303994;
}
.AnyTagClassName
{
color: #303994;
}
</style>
background-color css
<style>
a { background-color: #303994; }
a { background-color: rgb(48,57,148); }
div.DivClassName
{
background-color: #303994;
}
.BgClassName
{
background-color: #303994;
}
</style>
border-color css
<style>
span { border-color: #303994; }
span { border-color: rgb(48,57,148); }
td.TdClassName
{
border-color: #303994;
}
.TagClassName
{
border-color: #303994;
}
</style>