Shades of Jacksons Purple #303798
Tints of Jacksons Purple #303798
RGB
CMYK
RGB Variations
Color information
#303798 (or 0x303798) is known color: Jacksons Purple. HEX triplet: 30, 37 and 98. RGB value is (48,55,152). Sum of RGB (Red+Green+Blue) = 48+55+152=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #303798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303798 is #CFC867. Grayscale: #3F3F3F. Windows color (decimal): -13617256 or 9975600. OLE color: 9975600.
HSL color Cylindrical-coordinate representation of color #303798: hue angle of 235.96º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303798 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 55 | 152 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.40 |
| HSL | 235.96º | 0.52% | 0.39% | - |
| HSV(B) | 235.96º | 0.68% | 0.6% | - |
| XYZ | 8.25 | 5.63 | 30.36 | - |
| YUV | 63.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 152 | 0.68 | 0.64 | 0 | 0.40 | 235.96 | 0.52 | 0.39 |
| Hex | 30 | 37 | 98 | 44 | 40 | 0 | 28 | EC | 34 | 27 |
| Octal | 60 | 67 | 230 | 104 | 100 | 0 | 50 | 354 | 64 | 47 |
| Binary | 110000 | 110111 | 10011000 | 1000100 | 1000000 | 0 | 101000 | 11101100 | 110100 | 100111 |
Color Harmonies of #303798
Complementary color
Monochromatic Colors of #303798
Black with #303798
Text Example
Text Example
White with #303798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303798; }
p { color: rgb(48,55,152); }
H1.HeaderClassName
{
color: #303798;
}
.AnyTagClassName
{
color: #303798;
}
</style>
background-color css
<style>
a { background-color: #303798; }
a { background-color: rgb(48,55,152); }
div.DivClassName
{
background-color: #303798;
}
.BgClassName
{
background-color: #303798;
}
</style>
border-color css
<style>
span { border-color: #303798; }
span { border-color: rgb(48,55,152); }
td.TdClassName
{
border-color: #303798;
}
.TagClassName
{
border-color: #303798;
}
</style>