Shades of Jacksons Purple #303291
Tints of Jacksons Purple #303291
RGB
CMYK
RGB Variations
Color information
#303291 (or 0x303291) is known color: Jacksons Purple. HEX triplet: 30, 32 and 91. RGB value is (48,50,145). Sum of RGB (Red+Green+Blue) = 48+50+145=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #303291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303291 is #CFCD6E. Grayscale: #3B3B3B. Windows color (decimal): -13618543 or 9515568. OLE color: 9515568.
HSL color Cylindrical-coordinate representation of color #303291: hue angle of 238.76º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303291 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 50 | 145 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.43 |
| HSL | 238.76º | 0.5% | 0.38% | - |
| HSV(B) | 238.76º | 0.67% | 0.57% | - |
| XYZ | 7.47 | 4.95 | 27.35 | - |
| YUV | 60.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 145 | 0.67 | 0.66 | 0 | 0.43 | 238.76 | 0.5 | 0.38 |
| Hex | 30 | 32 | 91 | 43 | 42 | 0 | 2B | EF | 32 | 26 |
| Octal | 60 | 62 | 221 | 103 | 102 | 0 | 53 | 357 | 62 | 46 |
| Binary | 110000 | 110010 | 10010001 | 1000011 | 1000010 | 0 | 101011 | 11101111 | 110010 | 100110 |
Color Harmonies of #303291
Complementary color
Monochromatic Colors of #303291
Black with #303291
Text Example
Text Example
White with #303291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303291; }
p { color: rgb(48,50,145); }
H1.HeaderClassName
{
color: #303291;
}
.AnyTagClassName
{
color: #303291;
}
</style>
background-color css
<style>
a { background-color: #303291; }
a { background-color: rgb(48,50,145); }
div.DivClassName
{
background-color: #303291;
}
.BgClassName
{
background-color: #303291;
}
</style>
border-color css
<style>
span { border-color: #303291; }
span { border-color: rgb(48,50,145); }
td.TdClassName
{
border-color: #303291;
}
.TagClassName
{
border-color: #303291;
}
</style>