Shades of Jacksons Purple #303791
Tints of Jacksons Purple #303791
RGB
CMYK
RGB Variations
Color information
#303791 (or 0x303791) is known color: Jacksons Purple. HEX triplet: 30, 37 and 91. RGB value is (48,55,145). Sum of RGB (Red+Green+Blue) = 48+55+145=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #303791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303791 is #CFC86E. Grayscale: #3E3E3E. Windows color (decimal): -13617263 or 9516848. OLE color: 9516848.
HSL color Cylindrical-coordinate representation of color #303791: hue angle of 235.67º 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 #303791 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 55 | 145 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.43 |
| HSL | 235.67º | 0.5% | 0.38% | - |
| HSV(B) | 235.67º | 0.67% | 0.57% | - |
| XYZ | 7.7 | 5.41 | 27.43 | - |
| YUV | 63.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 145 | 0.67 | 0.62 | 0 | 0.43 | 235.67 | 0.5 | 0.38 |
| Hex | 30 | 37 | 91 | 43 | 3E | 0 | 2B | EC | 32 | 26 |
| Octal | 60 | 67 | 221 | 103 | 76 | 0 | 53 | 354 | 62 | 46 |
| Binary | 110000 | 110111 | 10010001 | 1000011 | 111110 | 0 | 101011 | 11101100 | 110010 | 100110 |
Color Harmonies of #303791
Complementary color
Monochromatic Colors of #303791
Black with #303791
Text Example
Text Example
White with #303791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303791; }
p { color: rgb(48,55,145); }
H1.HeaderClassName
{
color: #303791;
}
.AnyTagClassName
{
color: #303791;
}
</style>
background-color css
<style>
a { background-color: #303791; }
a { background-color: rgb(48,55,145); }
div.DivClassName
{
background-color: #303791;
}
.BgClassName
{
background-color: #303791;
}
</style>
border-color css
<style>
span { border-color: #303791; }
span { border-color: rgb(48,55,145); }
td.TdClassName
{
border-color: #303791;
}
.TagClassName
{
border-color: #303791;
}
</style>