Shades of Jacksons Purple #333C83
Tints of Jacksons Purple #333C83
RGB
CMYK
RGB Variations
Color information
#333C83 (or 0x333C83) is known color: Jacksons Purple. HEX triplet: 33, 3C and 83. RGB value is (51,60,131). Sum of RGB (Red+Green+Blue) = 51+60+131=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #333C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C83 is #CCC37C. Grayscale: #414141. Windows color (decimal): -13419389 or 8600627. OLE color: 8600627.
HSL color Cylindrical-coordinate representation of color #333C83: hue angle of 233.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #333C83 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 60 | 131 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.49 |
| HSL | 233.25º | 0.44% | 0.36% | - |
| HSV(B) | 233.25º | 0.61% | 0.51% | - |
| XYZ | 7.08 | 5.57 | 22.18 | - |
| YUV | 65.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 131 | 0.61 | 0.54 | 0 | 0.49 | 233.25 | 0.44 | 0.36 |
| Hex | 33 | 3C | 83 | 3D | 36 | 0 | 31 | E9 | 2C | 24 |
| Octal | 63 | 74 | 203 | 75 | 66 | 0 | 61 | 351 | 54 | 44 |
| Binary | 110011 | 111100 | 10000011 | 111101 | 110110 | 0 | 110001 | 11101001 | 101100 | 100100 |
Color Harmonies of #333C83
Complementary color
Monochromatic Colors of #333C83
Black with #333C83
Text Example
Text Example
White with #333C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C83; }
p { color: rgb(51,60,131); }
H1.HeaderClassName
{
color: #333C83;
}
.AnyTagClassName
{
color: #333C83;
}
</style>
background-color css
<style>
a { background-color: #333C83; }
a { background-color: rgb(51,60,131); }
div.DivClassName
{
background-color: #333C83;
}
.BgClassName
{
background-color: #333C83;
}
</style>
border-color css
<style>
span { border-color: #333C83; }
span { border-color: rgb(51,60,131); }
td.TdClassName
{
border-color: #333C83;
}
.TagClassName
{
border-color: #333C83;
}
</style>