Shades of Jacksons Purple #303384
Tints of Jacksons Purple #303384
RGB
CMYK
RGB Variations
Color information
#303384 (or 0x303384) is known color: Jacksons Purple. HEX triplet: 30, 33 and 84. RGB value is (48,51,132). Sum of RGB (Red+Green+Blue) = 48+51+132=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #303384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303384 is #CFCC7B. Grayscale: #3B3B3B. Windows color (decimal): -13618300 or 8663856. OLE color: 8663856.
HSL color Cylindrical-coordinate representation of color #303384: hue angle of 237.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303384 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 51 | 132 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.48 |
| HSL | 237.86º | 0.47% | 0.35% | - |
| HSV(B) | 237.86º | 0.64% | 0.52% | - |
| XYZ | 6.57 | 4.66 | 22.38 | - |
| YUV | 59.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 132 | 0.64 | 0.61 | 0 | 0.48 | 237.86 | 0.47 | 0.35 |
| Hex | 30 | 33 | 84 | 40 | 3D | 0 | 30 | EE | 2F | 23 |
| Octal | 60 | 63 | 204 | 100 | 75 | 0 | 60 | 356 | 57 | 43 |
| Binary | 110000 | 110011 | 10000100 | 1000000 | 111101 | 0 | 110000 | 11101110 | 101111 | 100011 |
Color Harmonies of #303384
Complementary color
Monochromatic Colors of #303384
Black with #303384
Text Example
Text Example
White with #303384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303384; }
p { color: rgb(48,51,132); }
H1.HeaderClassName
{
color: #303384;
}
.AnyTagClassName
{
color: #303384;
}
</style>
background-color css
<style>
a { background-color: #303384; }
a { background-color: rgb(48,51,132); }
div.DivClassName
{
background-color: #303384;
}
.BgClassName
{
background-color: #303384;
}
</style>
border-color css
<style>
span { border-color: #303384; }
span { border-color: rgb(48,51,132); }
td.TdClassName
{
border-color: #303384;
}
.TagClassName
{
border-color: #303384;
}
</style>