Shades of Jacksons Purple #333C98
Tints of Jacksons Purple #333C98
RGB
CMYK
RGB Variations
Color information
#333C98 (or 0x333C98) is known color: Jacksons Purple. HEX triplet: 33, 3C and 98. RGB value is (51,60,152). Sum of RGB (Red+Green+Blue) = 51+60+152=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #333C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C98 is #CCC367. Grayscale: #434343. Windows color (decimal): -13419368 or 9976883. OLE color: 9976883.
HSL color Cylindrical-coordinate representation of color #333C98: hue angle of 234.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333C98 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 60 | 152 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.40 |
| HSL | 234.65º | 0.5% | 0.4% | - |
| HSV(B) | 234.65º | 0.66% | 0.6% | - |
| XYZ | 8.65 | 6.2 | 30.45 | - |
| YUV | 67.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 152 | 0.66 | 0.61 | 0 | 0.40 | 234.65 | 0.5 | 0.4 |
| Hex | 33 | 3C | 98 | 42 | 3D | 0 | 28 | EB | 32 | 28 |
| Octal | 63 | 74 | 230 | 102 | 75 | 0 | 50 | 353 | 62 | 50 |
| Binary | 110011 | 111100 | 10011000 | 1000010 | 111101 | 0 | 101000 | 11101011 | 110010 | 101000 |
Color Harmonies of #333C98
Complementary color
Monochromatic Colors of #333C98
Black with #333C98
Text Example
Text Example
White with #333C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C98; }
p { color: rgb(51,60,152); }
H1.HeaderClassName
{
color: #333C98;
}
.AnyTagClassName
{
color: #333C98;
}
</style>
background-color css
<style>
a { background-color: #333C98; }
a { background-color: rgb(51,60,152); }
div.DivClassName
{
background-color: #333C98;
}
.BgClassName
{
background-color: #333C98;
}
</style>
border-color css
<style>
span { border-color: #333C98; }
span { border-color: rgb(51,60,152); }
td.TdClassName
{
border-color: #333C98;
}
.TagClassName
{
border-color: #333C98;
}
</style>