Shades of Jacksons Purple #303590
Tints of Jacksons Purple #303590
RGB
CMYK
RGB Variations
Color information
#303590 (or 0x303590) is known color: Jacksons Purple. HEX triplet: 30, 35 and 90. RGB value is (48,53,144). Sum of RGB (Red+Green+Blue) = 48+53+144=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #303590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303590 is #CFCA6F. Grayscale: #3D3D3D. Windows color (decimal): -13617776 or 9450800. OLE color: 9450800.
HSL color Cylindrical-coordinate representation of color #303590: hue angle of 236.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303590 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 53 | 144 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.44 |
| HSL | 236.88º | 0.5% | 0.38% | - |
| HSV(B) | 236.88º | 0.67% | 0.56% | - |
| XYZ | 7.53 | 5.19 | 26.99 | - |
| YUV | 61.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 144 | 0.67 | 0.63 | 0 | 0.44 | 236.88 | 0.5 | 0.38 |
| Hex | 30 | 35 | 90 | 43 | 3F | 0 | 2C | ED | 32 | 26 |
| Octal | 60 | 65 | 220 | 103 | 77 | 0 | 54 | 355 | 62 | 46 |
| Binary | 110000 | 110101 | 10010000 | 1000011 | 111111 | 0 | 101100 | 11101101 | 110010 | 100110 |
Color Harmonies of #303590
Complementary color
Monochromatic Colors of #303590
Black with #303590
Text Example
Text Example
White with #303590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303590; }
p { color: rgb(48,53,144); }
H1.HeaderClassName
{
color: #303590;
}
.AnyTagClassName
{
color: #303590;
}
</style>
background-color css
<style>
a { background-color: #303590; }
a { background-color: rgb(48,53,144); }
div.DivClassName
{
background-color: #303590;
}
.BgClassName
{
background-color: #303590;
}
</style>
border-color css
<style>
span { border-color: #303590; }
span { border-color: rgb(48,53,144); }
td.TdClassName
{
border-color: #303590;
}
.TagClassName
{
border-color: #303590;
}
</style>