Shades of Jacksons Purple #333C85
Tints of Jacksons Purple #333C85
RGB
CMYK
RGB Variations
Color information
#333C85 (or 0x333C85) is known color: Jacksons Purple. HEX triplet: 33, 3C and 85. RGB value is (51,60,133). Sum of RGB (Red+Green+Blue) = 51+60+133=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #333C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C85 is #CCC37A. Grayscale: #414141. Windows color (decimal): -13419387 or 8731699. OLE color: 8731699.
HSL color Cylindrical-coordinate representation of color #333C85: hue angle of 233.41º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333C85 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 60 | 133 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.48 |
| HSL | 233.41º | 0.45% | 0.36% | - |
| HSV(B) | 233.41º | 0.62% | 0.52% | - |
| XYZ | 7.21 | 5.63 | 22.9 | - |
| YUV | 65.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 133 | 0.62 | 0.55 | 0 | 0.48 | 233.41 | 0.45 | 0.36 |
| Hex | 33 | 3C | 85 | 3E | 37 | 0 | 30 | E9 | 2D | 24 |
| Octal | 63 | 74 | 205 | 76 | 67 | 0 | 60 | 351 | 55 | 44 |
| Binary | 110011 | 111100 | 10000101 | 111110 | 110111 | 0 | 110000 | 11101001 | 101101 | 100100 |
Color Harmonies of #333C85
Complementary color
Monochromatic Colors of #333C85
Black with #333C85
Text Example
Text Example
White with #333C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C85; }
p { color: rgb(51,60,133); }
H1.HeaderClassName
{
color: #333C85;
}
.AnyTagClassName
{
color: #333C85;
}
</style>
background-color css
<style>
a { background-color: #333C85; }
a { background-color: rgb(51,60,133); }
div.DivClassName
{
background-color: #333C85;
}
.BgClassName
{
background-color: #333C85;
}
</style>
border-color css
<style>
span { border-color: #333C85; }
span { border-color: rgb(51,60,133); }
td.TdClassName
{
border-color: #333C85;
}
.TagClassName
{
border-color: #333C85;
}
</style>