Shades of Jacksons Purple #33358B
Tints of Jacksons Purple #33358B
RGB
CMYK
RGB Variations
Color information
#33358B (or 0x33358B) is known color: Jacksons Purple. HEX triplet: 33, 35 and 8B. RGB value is (51,53,139). Sum of RGB (Red+Green+Blue) = 51+53+139=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #33358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33358B is #CCCA74. Grayscale: #3D3D3D. Windows color (decimal): -13421173 or 9123123. OLE color: 9123123.
HSL color Cylindrical-coordinate representation of color #33358B: hue angle of 238.64º 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 #33358B is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 53 | 139 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.45 |
| HSL | 238.64º | 0.46% | 0.37% | - |
| HSV(B) | 238.64º | 0.63% | 0.55% | - |
| XYZ | 7.3 | 5.11 | 25.03 | - |
| YUV | 62.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 139 | 0.63 | 0.62 | 0 | 0.45 | 238.64 | 0.46 | 0.37 |
| Hex | 33 | 35 | 8B | 3F | 3E | 0 | 2D | EF | 2E | 25 |
| Octal | 63 | 65 | 213 | 77 | 76 | 0 | 55 | 357 | 56 | 45 |
| Binary | 110011 | 110101 | 10001011 | 111111 | 111110 | 0 | 101101 | 11101111 | 101110 | 100101 |
Color Harmonies of #33358B
Complementary color
Monochromatic Colors of #33358B
Black with #33358B
Text Example
Text Example
White with #33358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33358B; }
p { color: rgb(51,53,139); }
H1.HeaderClassName
{
color: #33358B;
}
.AnyTagClassName
{
color: #33358B;
}
</style>
background-color css
<style>
a { background-color: #33358B; }
a { background-color: rgb(51,53,139); }
div.DivClassName
{
background-color: #33358B;
}
.BgClassName
{
background-color: #33358B;
}
</style>
border-color css
<style>
span { border-color: #33358B; }
span { border-color: rgb(51,53,139); }
td.TdClassName
{
border-color: #33358B;
}
.TagClassName
{
border-color: #33358B;
}
</style>