Shades of Jacksons Purple #333D88
Tints of Jacksons Purple #333D88
RGB
CMYK
RGB Variations
Color information
#333D88 (or 0x333D88) is known color: Jacksons Purple. HEX triplet: 33, 3D and 88. RGB value is (51,61,136). Sum of RGB (Red+Green+Blue) = 51+61+136=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #333D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D88 is #CCC277. Grayscale: #424242. Windows color (decimal): -13419128 or 8928563. OLE color: 8928563.
HSL color Cylindrical-coordinate representation of color #333D88: hue angle of 232.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333D88 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 61 | 136 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.47 |
| HSL | 232.94º | 0.45% | 0.37% | - |
| HSV(B) | 232.94º | 0.63% | 0.53% | - |
| XYZ | 7.48 | 5.82 | 24.02 | - |
| YUV | 66.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 136 | 0.62 | 0.55 | 0 | 0.47 | 232.94 | 0.45 | 0.37 |
| Hex | 33 | 3D | 88 | 3E | 37 | 0 | 2F | E9 | 2D | 25 |
| Octal | 63 | 75 | 210 | 76 | 67 | 0 | 57 | 351 | 55 | 45 |
| Binary | 110011 | 111101 | 10001000 | 111110 | 110111 | 0 | 101111 | 11101001 | 101101 | 100101 |
Color Harmonies of #333D88
Complementary color
Monochromatic Colors of #333D88
Black with #333D88
Text Example
Text Example
White with #333D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D88; }
p { color: rgb(51,61,136); }
H1.HeaderClassName
{
color: #333D88;
}
.AnyTagClassName
{
color: #333D88;
}
</style>
background-color css
<style>
a { background-color: #333D88; }
a { background-color: rgb(51,61,136); }
div.DivClassName
{
background-color: #333D88;
}
.BgClassName
{
background-color: #333D88;
}
</style>
border-color css
<style>
span { border-color: #333D88; }
span { border-color: rgb(51,61,136); }
td.TdClassName
{
border-color: #333D88;
}
.TagClassName
{
border-color: #333D88;
}
</style>