Shades of Jacksons Purple #303699
Tints of Jacksons Purple #303699
RGB
CMYK
RGB Variations
Color information
#303699 (or 0x303699) is known color: Jacksons Purple. HEX triplet: 30, 36 and 99. RGB value is (48,54,153). Sum of RGB (Red+Green+Blue) = 48+54+153=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #303699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303699 is #CFC966. Grayscale: #3F3F3F. Windows color (decimal): -13617511 or 10040880. OLE color: 10040880.
HSL color Cylindrical-coordinate representation of color #303699: hue angle of 236.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303699 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 54 | 153 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.4 |
| HSL | 236.57º | 0.52% | 0.39% | - |
| HSV(B) | 236.57º | 0.69% | 0.6% | - |
| XYZ | 8.29 | 5.57 | 30.77 | - |
| YUV | 63.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 153 | 0.69 | 0.65 | 0 | 0.4 | 236.57 | 0.52 | 0.39 |
| Hex | 30 | 36 | 99 | 45 | 41 | 0 | 28 | ED | 34 | 27 |
| Octal | 60 | 66 | 231 | 105 | 101 | 0 | 50 | 355 | 64 | 47 |
| Binary | 110000 | 110110 | 10011001 | 1000101 | 1000001 | 0 | 101000 | 11101101 | 110100 | 100111 |
Color Harmonies of #303699
Complementary color
Monochromatic Colors of #303699
Black with #303699
Text Example
Text Example
White with #303699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303699; }
p { color: rgb(48,54,153); }
H1.HeaderClassName
{
color: #303699;
}
.AnyTagClassName
{
color: #303699;
}
</style>
background-color css
<style>
a { background-color: #303699; }
a { background-color: rgb(48,54,153); }
div.DivClassName
{
background-color: #303699;
}
.BgClassName
{
background-color: #303699;
}
</style>
border-color css
<style>
span { border-color: #303699; }
span { border-color: rgb(48,54,153); }
td.TdClassName
{
border-color: #303699;
}
.TagClassName
{
border-color: #303699;
}
</style>