Shades of Jacksons Purple #303383
Tints of Jacksons Purple #303383
RGB
CMYK
RGB Variations
Color information
#303383 (or 0x303383) is known color: Jacksons Purple. HEX triplet: 30, 33 and 83. RGB value is (48,51,131). Sum of RGB (Red+Green+Blue) = 48+51+131=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #303383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303383 is #CFCC7C. Grayscale: #3A3A3A. Windows color (decimal): -13618301 or 8598320. OLE color: 8598320.
HSL color Cylindrical-coordinate representation of color #303383: hue angle of 237.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303383 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 51 | 131 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.49 |
| HSL | 237.83º | 0.46% | 0.35% | - |
| HSV(B) | 237.83º | 0.63% | 0.51% | - |
| XYZ | 6.5 | 4.63 | 22.02 | - |
| YUV | 59.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 131 | 0.63 | 0.61 | 0 | 0.49 | 237.83 | 0.46 | 0.35 |
| Hex | 30 | 33 | 83 | 3F | 3D | 0 | 31 | EE | 2E | 23 |
| Octal | 60 | 63 | 203 | 77 | 75 | 0 | 61 | 356 | 56 | 43 |
| Binary | 110000 | 110011 | 10000011 | 111111 | 111101 | 0 | 110001 | 11101110 | 101110 | 100011 |
Color Harmonies of #303383
Complementary color
Monochromatic Colors of #303383
Black with #303383
Text Example
Text Example
White with #303383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303383; }
p { color: rgb(48,51,131); }
H1.HeaderClassName
{
color: #303383;
}
.AnyTagClassName
{
color: #303383;
}
</style>
background-color css
<style>
a { background-color: #303383; }
a { background-color: rgb(48,51,131); }
div.DivClassName
{
background-color: #303383;
}
.BgClassName
{
background-color: #303383;
}
</style>
border-color css
<style>
span { border-color: #303383; }
span { border-color: rgb(48,51,131); }
td.TdClassName
{
border-color: #303383;
}
.TagClassName
{
border-color: #303383;
}
</style>