Shades of Jacksons Purple #303897
Tints of Jacksons Purple #303897
RGB
CMYK
RGB Variations
Color information
#303897 (or 0x303897) is known color: Jacksons Purple. HEX triplet: 30, 38 and 97. RGB value is (48,56,151). Sum of RGB (Red+Green+Blue) = 48+56+151=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #303897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303897 is #CFC768. Grayscale: #404040. Windows color (decimal): -13617001 or 9910320. OLE color: 9910320.
HSL color Cylindrical-coordinate representation of color #303897: hue angle of 235.34º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303897 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 56 | 151 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.41 |
| HSL | 235.34º | 0.52% | 0.39% | - |
| HSV(B) | 235.34º | 0.68% | 0.59% | - |
| XYZ | 8.22 | 5.69 | 29.94 | - |
| YUV | 64.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 151 | 0.68 | 0.63 | 0 | 0.41 | 235.34 | 0.52 | 0.39 |
| Hex | 30 | 38 | 97 | 44 | 3F | 0 | 29 | EB | 34 | 27 |
| Octal | 60 | 70 | 227 | 104 | 77 | 0 | 51 | 353 | 64 | 47 |
| Binary | 110000 | 111000 | 10010111 | 1000100 | 111111 | 0 | 101001 | 11101011 | 110100 | 100111 |
Color Harmonies of #303897
Complementary color
Monochromatic Colors of #303897
Black with #303897
Text Example
Text Example
White with #303897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303897; }
p { color: rgb(48,56,151); }
H1.HeaderClassName
{
color: #303897;
}
.AnyTagClassName
{
color: #303897;
}
</style>
background-color css
<style>
a { background-color: #303897; }
a { background-color: rgb(48,56,151); }
div.DivClassName
{
background-color: #303897;
}
.BgClassName
{
background-color: #303897;
}
</style>
border-color css
<style>
span { border-color: #303897; }
span { border-color: rgb(48,56,151); }
td.TdClassName
{
border-color: #303897;
}
.TagClassName
{
border-color: #303897;
}
</style>