Shades of Jacksons Purple #33307B
Tints of Jacksons Purple #33307B
RGB
CMYK
RGB Variations
Color information
#33307B (or 0x33307B) is known color: Jacksons Purple. HEX triplet: 33, 30 and 7B. RGB value is (51,48,123). Sum of RGB (Red+Green+Blue) = 51+48+123=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #33307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33307B is #CCCF84. Grayscale: #393939. Windows color (decimal): -13422469 or 8073267. OLE color: 8073267.
HSL color Cylindrical-coordinate representation of color #33307B: hue angle of 242.4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33307B is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 48 | 123 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.52 |
| HSL | 242.4º | 0.44% | 0.34% | - |
| HSV(B) | 242.4º | 0.61% | 0.48% | - |
| XYZ | 6 | 4.25 | 19.24 | - |
| YUV | 57.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 123 | 0.59 | 0.61 | 0 | 0.52 | 242.4 | 0.44 | 0.34 |
| Hex | 33 | 30 | 7B | 3B | 3D | 0 | 34 | F2 | 2C | 22 |
| Octal | 63 | 60 | 173 | 73 | 75 | 0 | 64 | 362 | 54 | 42 |
| Binary | 110011 | 110000 | 1111011 | 111011 | 111101 | 0 | 110100 | 11110010 | 101100 | 100010 |
Color Harmonies of #33307B
Complementary color
Monochromatic Colors of #33307B
Black with #33307B
Text Example
Text Example
White with #33307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33307B; }
p { color: rgb(51,48,123); }
H1.HeaderClassName
{
color: #33307B;
}
.AnyTagClassName
{
color: #33307B;
}
</style>
background-color css
<style>
a { background-color: #33307B; }
a { background-color: rgb(51,48,123); }
div.DivClassName
{
background-color: #33307B;
}
.BgClassName
{
background-color: #33307B;
}
</style>
border-color css
<style>
span { border-color: #33307B; }
span { border-color: rgb(51,48,123); }
td.TdClassName
{
border-color: #33307B;
}
.TagClassName
{
border-color: #33307B;
}
</style>