Shades of Jacksons Purple #333C8B
Tints of Jacksons Purple #333C8B
RGB
CMYK
RGB Variations
Color information
#333C8B (or 0x333C8B) is known color: Jacksons Purple. HEX triplet: 33, 3C and 8B. RGB value is (51,60,139). Sum of RGB (Red+Green+Blue) = 51+60+139=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #333C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C8B is #CCC374. Grayscale: #414141. Windows color (decimal): -13419381 or 9124915. OLE color: 9124915.
HSL color Cylindrical-coordinate representation of color #333C8B: hue angle of 233.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333C8B is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 60 | 139 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.45 |
| HSL | 233.86º | 0.46% | 0.37% | - |
| HSV(B) | 233.86º | 0.63% | 0.55% | - |
| XYZ | 7.64 | 5.8 | 25.14 | - |
| YUV | 66.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 139 | 0.63 | 0.57 | 0 | 0.45 | 233.86 | 0.46 | 0.37 |
| Hex | 33 | 3C | 8B | 3F | 39 | 0 | 2D | EA | 2E | 25 |
| Octal | 63 | 74 | 213 | 77 | 71 | 0 | 55 | 352 | 56 | 45 |
| Binary | 110011 | 111100 | 10001011 | 111111 | 111001 | 0 | 101101 | 11101010 | 101110 | 100101 |
Color Harmonies of #333C8B
Complementary color
Monochromatic Colors of #333C8B
Black with #333C8B
Text Example
Text Example
White with #333C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C8B; }
p { color: rgb(51,60,139); }
H1.HeaderClassName
{
color: #333C8B;
}
.AnyTagClassName
{
color: #333C8B;
}
</style>
background-color css
<style>
a { background-color: #333C8B; }
a { background-color: rgb(51,60,139); }
div.DivClassName
{
background-color: #333C8B;
}
.BgClassName
{
background-color: #333C8B;
}
</style>
border-color css
<style>
span { border-color: #333C8B; }
span { border-color: rgb(51,60,139); }
td.TdClassName
{
border-color: #333C8B;
}
.TagClassName
{
border-color: #333C8B;
}
</style>