Shades of Jacksons Purple #333880
Tints of Jacksons Purple #333880
RGB
CMYK
RGB Variations
Color information
#333880 (or 0x333880) is known color: Jacksons Purple. HEX triplet: 33, 38 and 80. RGB value is (51,56,128). Sum of RGB (Red+Green+Blue) = 51+56+128=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #333880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333880 is #CCC77F. Grayscale: #3E3E3E. Windows color (decimal): -13420416 or 8402995. OLE color: 8402995.
HSL color Cylindrical-coordinate representation of color #333880: hue angle of 236.1º 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 #333880 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 56 | 128 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.50 |
| HSL | 236.1º | 0.43% | 0.35% | - |
| HSV(B) | 236.1º | 0.6% | 0.5% | - |
| XYZ | 6.68 | 5.09 | 21.05 | - |
| YUV | 62.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 128 | 0.60 | 0.56 | 0 | 0.50 | 236.1 | 0.43 | 0.35 |
| Hex | 33 | 38 | 80 | 3C | 38 | 0 | 32 | EC | 2B | 23 |
| Octal | 63 | 70 | 200 | 74 | 70 | 0 | 62 | 354 | 53 | 43 |
| Binary | 110011 | 111000 | 10000000 | 111100 | 111000 | 0 | 110010 | 11101100 | 101011 | 100011 |
Color Harmonies of #333880
Complementary color
Monochromatic Colors of #333880
Black with #333880
Text Example
Text Example
White with #333880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333880; }
p { color: rgb(51,56,128); }
H1.HeaderClassName
{
color: #333880;
}
.AnyTagClassName
{
color: #333880;
}
</style>
background-color css
<style>
a { background-color: #333880; }
a { background-color: rgb(51,56,128); }
div.DivClassName
{
background-color: #333880;
}
.BgClassName
{
background-color: #333880;
}
</style>
border-color css
<style>
span { border-color: #333880; }
span { border-color: rgb(51,56,128); }
td.TdClassName
{
border-color: #333880;
}
.TagClassName
{
border-color: #333880;
}
</style>