Shades of Jacksons Purple #33367F
Tints of Jacksons Purple #33367F
RGB
CMYK
RGB Variations
Color information
#33367F (or 0x33367F) is known color: Jacksons Purple. HEX triplet: 33, 36 and 7F. RGB value is (51,54,127). Sum of RGB (Red+Green+Blue) = 51+54+127=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #33367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33367F is #CCC980. Grayscale: #3D3D3D. Windows color (decimal): -13420929 or 8336947. OLE color: 8336947.
HSL color Cylindrical-coordinate representation of color #33367F: hue angle of 237.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33367F is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 54 | 127 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.50 |
| HSL | 237.63º | 0.43% | 0.35% | - |
| HSV(B) | 237.63º | 0.6% | 0.5% | - |
| XYZ | 6.52 | 4.87 | 20.68 | - |
| YUV | 61.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 127 | 0.60 | 0.57 | 0 | 0.50 | 237.63 | 0.43 | 0.35 |
| Hex | 33 | 36 | 7F | 3C | 39 | 0 | 32 | EE | 2B | 23 |
| Octal | 63 | 66 | 177 | 74 | 71 | 0 | 62 | 356 | 53 | 43 |
| Binary | 110011 | 110110 | 1111111 | 111100 | 111001 | 0 | 110010 | 11101110 | 101011 | 100011 |
Color Harmonies of #33367F
Complementary color
Monochromatic Colors of #33367F
Black with #33367F
Text Example
Text Example
White with #33367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33367F; }
p { color: rgb(51,54,127); }
H1.HeaderClassName
{
color: #33367F;
}
.AnyTagClassName
{
color: #33367F;
}
</style>
background-color css
<style>
a { background-color: #33367F; }
a { background-color: rgb(51,54,127); }
div.DivClassName
{
background-color: #33367F;
}
.BgClassName
{
background-color: #33367F;
}
</style>
border-color css
<style>
span { border-color: #33367F; }
span { border-color: rgb(51,54,127); }
td.TdClassName
{
border-color: #33367F;
}
.TagClassName
{
border-color: #33367F;
}
</style>