Shades of Jacksons Purple #33367E
Tints of Jacksons Purple #33367E
RGB
CMYK
RGB Variations
Color information
#33367E (or 0x33367E) is known color: Jacksons Purple. HEX triplet: 33, 36 and 7E. RGB value is (51,54,126). Sum of RGB (Red+Green+Blue) = 51+54+126=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #33367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33367E is #CCC981. Grayscale: #3D3D3D. Windows color (decimal): -13420930 or 8271411. OLE color: 8271411.
HSL color Cylindrical-coordinate representation of color #33367E: hue angle of 237.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33367E is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 54 | 126 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.51 |
| HSL | 237.6º | 0.42% | 0.35% | - |
| HSV(B) | 237.6º | 0.6% | 0.49% | - |
| XYZ | 6.45 | 4.85 | 20.33 | - |
| YUV | 61.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 126 | 0.60 | 0.57 | 0 | 0.51 | 237.6 | 0.42 | 0.35 |
| Hex | 33 | 36 | 7E | 3C | 39 | 0 | 33 | EE | 2A | 23 |
| Octal | 63 | 66 | 176 | 74 | 71 | 0 | 63 | 356 | 52 | 43 |
| Binary | 110011 | 110110 | 1111110 | 111100 | 111001 | 0 | 110011 | 11101110 | 101010 | 100011 |
Color Harmonies of #33367E
Complementary color
Monochromatic Colors of #33367E
Black with #33367E
Text Example
Text Example
White with #33367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33367E; }
p { color: rgb(51,54,126); }
H1.HeaderClassName
{
color: #33367E;
}
.AnyTagClassName
{
color: #33367E;
}
</style>
background-color css
<style>
a { background-color: #33367E; }
a { background-color: rgb(51,54,126); }
div.DivClassName
{
background-color: #33367E;
}
.BgClassName
{
background-color: #33367E;
}
</style>
border-color css
<style>
span { border-color: #33367E; }
span { border-color: rgb(51,54,126); }
td.TdClassName
{
border-color: #33367E;
}
.TagClassName
{
border-color: #33367E;
}
</style>