Shades of Jacksons Purple #303690
Tints of Jacksons Purple #303690
RGB
CMYK
RGB Variations
Color information
#303690 (or 0x303690) is known color: Jacksons Purple. HEX triplet: 30, 36 and 90. RGB value is (48,54,144). Sum of RGB (Red+Green+Blue) = 48+54+144=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #303690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303690 is #CFC96F. Grayscale: #3E3E3E. Windows color (decimal): -13617520 or 9451056. OLE color: 9451056.
HSL color Cylindrical-coordinate representation of color #303690: hue angle of 236.25º 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 #303690 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 54 | 144 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.44 |
| HSL | 236.25º | 0.5% | 0.38% | - |
| HSV(B) | 236.25º | 0.67% | 0.56% | - |
| XYZ | 7.57 | 5.28 | 27.01 | - |
| YUV | 62.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 144 | 0.67 | 0.63 | 0 | 0.44 | 236.25 | 0.5 | 0.38 |
| Hex | 30 | 36 | 90 | 43 | 3F | 0 | 2C | EC | 32 | 26 |
| Octal | 60 | 66 | 220 | 103 | 77 | 0 | 54 | 354 | 62 | 46 |
| Binary | 110000 | 110110 | 10010000 | 1000011 | 111111 | 0 | 101100 | 11101100 | 110010 | 100110 |
Color Harmonies of #303690
Complementary color
Monochromatic Colors of #303690
Black with #303690
Text Example
Text Example
White with #303690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303690; }
p { color: rgb(48,54,144); }
H1.HeaderClassName
{
color: #303690;
}
.AnyTagClassName
{
color: #303690;
}
</style>
background-color css
<style>
a { background-color: #303690; }
a { background-color: rgb(48,54,144); }
div.DivClassName
{
background-color: #303690;
}
.BgClassName
{
background-color: #303690;
}
</style>
border-color css
<style>
span { border-color: #303690; }
span { border-color: rgb(48,54,144); }
td.TdClassName
{
border-color: #303690;
}
.TagClassName
{
border-color: #303690;
}
</style>