Shades of Jacksons Purple #333C96
Tints of Jacksons Purple #333C96
RGB
CMYK
RGB Variations
Color information
#333C96 (or 0x333C96) is known color: Jacksons Purple. HEX triplet: 33, 3C and 96. RGB value is (51,60,150). Sum of RGB (Red+Green+Blue) = 51+60+150=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #333C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C96 is #CCC369. Grayscale: #434343. Windows color (decimal): -13419370 or 9845811. OLE color: 9845811.
HSL color Cylindrical-coordinate representation of color #333C96: hue angle of 234.55º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333C96 is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 60 | 150 | - |
| CMYK | 0.66 | 0.6 | 0 | 0.41 |
| HSL | 234.55º | 0.49% | 0.39% | - |
| HSV(B) | 234.55º | 0.66% | 0.59% | - |
| XYZ | 8.49 | 6.14 | 29.59 | - |
| YUV | 67.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 150 | 0.66 | 0.6 | 0 | 0.41 | 234.55 | 0.49 | 0.39 |
| Hex | 33 | 3C | 96 | 42 | 3C | 0 | 29 | EB | 31 | 27 |
| Octal | 63 | 74 | 226 | 102 | 74 | 0 | 51 | 353 | 61 | 47 |
| Binary | 110011 | 111100 | 10010110 | 1000010 | 111100 | 0 | 101001 | 11101011 | 110001 | 100111 |
Color Harmonies of #333C96
Complementary color
Monochromatic Colors of #333C96
Black with #333C96
Text Example
Text Example
White with #333C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C96; }
p { color: rgb(51,60,150); }
H1.HeaderClassName
{
color: #333C96;
}
.AnyTagClassName
{
color: #333C96;
}
</style>
background-color css
<style>
a { background-color: #333C96; }
a { background-color: rgb(51,60,150); }
div.DivClassName
{
background-color: #333C96;
}
.BgClassName
{
background-color: #333C96;
}
</style>
border-color css
<style>
span { border-color: #333C96; }
span { border-color: rgb(51,60,150); }
td.TdClassName
{
border-color: #333C96;
}
.TagClassName
{
border-color: #333C96;
}
</style>