Shades of Jacksons Purple #33348A
Tints of Jacksons Purple #33348A
RGB
CMYK
RGB Variations
Color information
#33348A (or 0x33348A) is known color: Jacksons Purple. HEX triplet: 33, 34 and 8A. RGB value is (51,52,138). Sum of RGB (Red+Green+Blue) = 51+52+138=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #33348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33348A is #CCCB75. Grayscale: #3D3D3D. Windows color (decimal): -13421430 or 9057331. OLE color: 9057331.
HSL color Cylindrical-coordinate representation of color #33348A: hue angle of 239.31º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33348A is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 52 | 138 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.46 |
| HSL | 239.31º | 0.46% | 0.37% | - |
| HSV(B) | 239.31º | 0.63% | 0.54% | - |
| XYZ | 7.18 | 4.99 | 24.63 | - |
| YUV | 61.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 138 | 0.63 | 0.62 | 0 | 0.46 | 239.31 | 0.46 | 0.37 |
| Hex | 33 | 34 | 8A | 3F | 3E | 0 | 2E | EF | 2E | 25 |
| Octal | 63 | 64 | 212 | 77 | 76 | 0 | 56 | 357 | 56 | 45 |
| Binary | 110011 | 110100 | 10001010 | 111111 | 111110 | 0 | 101110 | 11101111 | 101110 | 100101 |
Color Harmonies of #33348A
Complementary color
Monochromatic Colors of #33348A
Black with #33348A
Text Example
Text Example
White with #33348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33348A; }
p { color: rgb(51,52,138); }
H1.HeaderClassName
{
color: #33348A;
}
.AnyTagClassName
{
color: #33348A;
}
</style>
background-color css
<style>
a { background-color: #33348A; }
a { background-color: rgb(51,52,138); }
div.DivClassName
{
background-color: #33348A;
}
.BgClassName
{
background-color: #33348A;
}
</style>
border-color css
<style>
span { border-color: #33348A; }
span { border-color: rgb(51,52,138); }
td.TdClassName
{
border-color: #33348A;
}
.TagClassName
{
border-color: #33348A;
}
</style>