Shades of Jacksons Purple #303988
Tints of Jacksons Purple #303988
RGB
CMYK
RGB Variations
Color information
#303988 (or 0x303988) is known color: Jacksons Purple. HEX triplet: 30, 39 and 88. RGB value is (48,57,136). Sum of RGB (Red+Green+Blue) = 48+57+136=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #303988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303988 is #CFC677. Grayscale: #3E3E3E. Windows color (decimal): -13616760 or 8927536. OLE color: 8927536.
HSL color Cylindrical-coordinate representation of color #303988: hue angle of 233.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303988 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 57 | 136 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.47 |
| HSL | 233.86º | 0.48% | 0.36% | - |
| HSV(B) | 233.86º | 0.65% | 0.53% | - |
| XYZ | 7.13 | 5.33 | 23.95 | - |
| YUV | 63.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 136 | 0.65 | 0.58 | 0 | 0.47 | 233.86 | 0.48 | 0.36 |
| Hex | 30 | 39 | 88 | 41 | 3A | 0 | 2F | EA | 30 | 24 |
| Octal | 60 | 71 | 210 | 101 | 72 | 0 | 57 | 352 | 60 | 44 |
| Binary | 110000 | 111001 | 10001000 | 1000001 | 111010 | 0 | 101111 | 11101010 | 110000 | 100100 |
Color Harmonies of #303988
Complementary color
Monochromatic Colors of #303988
Black with #303988
Text Example
Text Example
White with #303988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303988; }
p { color: rgb(48,57,136); }
H1.HeaderClassName
{
color: #303988;
}
.AnyTagClassName
{
color: #303988;
}
</style>
background-color css
<style>
a { background-color: #303988; }
a { background-color: rgb(48,57,136); }
div.DivClassName
{
background-color: #303988;
}
.BgClassName
{
background-color: #303988;
}
</style>
border-color css
<style>
span { border-color: #303988; }
span { border-color: rgb(48,57,136); }
td.TdClassName
{
border-color: #303988;
}
.TagClassName
{
border-color: #303988;
}
</style>