Shades of Jacksons Purple #303090
Tints of Jacksons Purple #303090
RGB
CMYK
RGB Variations
Color information
#303090 (or 0x303090) is known color: Jacksons Purple. HEX triplet: 30, 30 and 90. RGB value is (48,48,144). Sum of RGB (Red+Green+Blue) = 48+48+144=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #303090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303090 is #CFCF6F. Grayscale: #3A3A3A. Windows color (decimal): -13619056 or 9449520. OLE color: 9449520.
HSL color Cylindrical-coordinate representation of color #303090: hue angle of 240º 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 #303090 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 48 | 144 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.44 |
| HSL | 240º | 0.5% | 0.38% | - |
| HSV(B) | 240º | 0.67% | 0.56% | - |
| XYZ | 7.31 | 4.76 | 26.92 | - |
| YUV | 58.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 144 | 0.67 | 0.67 | 0 | 0.44 | 240 | 0.5 | 0.38 |
| Hex | 30 | 30 | 90 | 43 | 43 | 0 | 2C | F0 | 32 | 26 |
| Octal | 60 | 60 | 220 | 103 | 103 | 0 | 54 | 360 | 62 | 46 |
| Binary | 110000 | 110000 | 10010000 | 1000011 | 1000011 | 0 | 101100 | 11110000 | 110010 | 100110 |
Color Harmonies of #303090
Complementary color
Monochromatic Colors of #303090
Black with #303090
Text Example
Text Example
White with #303090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303090; }
p { color: rgb(48,48,144); }
H1.HeaderClassName
{
color: #303090;
}
.AnyTagClassName
{
color: #303090;
}
</style>
background-color css
<style>
a { background-color: #303090; }
a { background-color: rgb(48,48,144); }
div.DivClassName
{
background-color: #303090;
}
.BgClassName
{
background-color: #303090;
}
</style>
border-color css
<style>
span { border-color: #303090; }
span { border-color: rgb(48,48,144); }
td.TdClassName
{
border-color: #303090;
}
.TagClassName
{
border-color: #303090;
}
</style>