Shades of Jacksons Purple #303398
Tints of Jacksons Purple #303398
RGB
CMYK
RGB Variations
Color information
#303398 (or 0x303398) is known color: Jacksons Purple. HEX triplet: 30, 33 and 98. RGB value is (48,51,152). Sum of RGB (Red+Green+Blue) = 48+51+152=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #303398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303398 is #CFCC67. Grayscale: #3D3D3D. Windows color (decimal): -13618280 or 9974576. OLE color: 9974576.
HSL color Cylindrical-coordinate representation of color #303398: hue angle of 238.27º 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 #303398 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 51 | 152 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.40 |
| HSL | 238.27º | 0.52% | 0.39% | - |
| HSV(B) | 238.27º | 0.68% | 0.6% | - |
| XYZ | 8.07 | 5.26 | 30.3 | - |
| YUV | 61.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 152 | 0.68 | 0.66 | 0 | 0.40 | 238.27 | 0.52 | 0.39 |
| Hex | 30 | 33 | 98 | 44 | 42 | 0 | 28 | EE | 34 | 27 |
| Octal | 60 | 63 | 230 | 104 | 102 | 0 | 50 | 356 | 64 | 47 |
| Binary | 110000 | 110011 | 10011000 | 1000100 | 1000010 | 0 | 101000 | 11101110 | 110100 | 100111 |
Color Harmonies of #303398
Complementary color
Monochromatic Colors of #303398
Black with #303398
Text Example
Text Example
White with #303398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303398; }
p { color: rgb(48,51,152); }
H1.HeaderClassName
{
color: #303398;
}
.AnyTagClassName
{
color: #303398;
}
</style>
background-color css
<style>
a { background-color: #303398; }
a { background-color: rgb(48,51,152); }
div.DivClassName
{
background-color: #303398;
}
.BgClassName
{
background-color: #303398;
}
</style>
border-color css
<style>
span { border-color: #303398; }
span { border-color: rgb(48,51,152); }
td.TdClassName
{
border-color: #303398;
}
.TagClassName
{
border-color: #303398;
}
</style>