Shades of Jacksons Purple #333C8E
Tints of Jacksons Purple #333C8E
RGB
CMYK
RGB Variations
Color information
#333C8E (or 0x333C8E) is known color: Jacksons Purple. HEX triplet: 33, 3C and 8E. RGB value is (51,60,142). Sum of RGB (Red+Green+Blue) = 51+60+142=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #333C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C8E is #CCC371. Grayscale: #424242. Windows color (decimal): -13419378 or 9321523. OLE color: 9321523.
HSL color Cylindrical-coordinate representation of color #333C8E: hue angle of 234.07º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #333C8E is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 60 | 142 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.44 |
| HSL | 234.07º | 0.47% | 0.38% | - |
| HSV(B) | 234.07º | 0.64% | 0.56% | - |
| XYZ | 7.86 | 5.89 | 26.31 | - |
| YUV | 66.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 142 | 0.64 | 0.58 | 0 | 0.44 | 234.07 | 0.47 | 0.38 |
| Hex | 33 | 3C | 8E | 40 | 3A | 0 | 2C | EA | 2F | 26 |
| Octal | 63 | 74 | 216 | 100 | 72 | 0 | 54 | 352 | 57 | 46 |
| Binary | 110011 | 111100 | 10001110 | 1000000 | 111010 | 0 | 101100 | 11101010 | 101111 | 100110 |
Color Harmonies of #333C8E
Complementary color
Monochromatic Colors of #333C8E
Black with #333C8E
Text Example
Text Example
White with #333C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C8E; }
p { color: rgb(51,60,142); }
H1.HeaderClassName
{
color: #333C8E;
}
.AnyTagClassName
{
color: #333C8E;
}
</style>
background-color css
<style>
a { background-color: #333C8E; }
a { background-color: rgb(51,60,142); }
div.DivClassName
{
background-color: #333C8E;
}
.BgClassName
{
background-color: #333C8E;
}
</style>
border-color css
<style>
span { border-color: #333C8E; }
span { border-color: rgb(51,60,142); }
td.TdClassName
{
border-color: #333C8E;
}
.TagClassName
{
border-color: #333C8E;
}
</style>