Shades of Jacksons Purple #333690
Tints of Jacksons Purple #333690
RGB
CMYK
RGB Variations
Color information
#333690 (or 0x333690) is known color: Jacksons Purple. HEX triplet: 33, 36 and 90. RGB value is (51,54,144). Sum of RGB (Red+Green+Blue) = 51+54+144=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #333690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333690 is #CCC96F. Grayscale: #3F3F3F. Windows color (decimal): -13420912 or 9451059. OLE color: 9451059.
HSL color Cylindrical-coordinate representation of color #333690: hue angle of 238.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333690 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 54 | 144 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.44 |
| HSL | 238.06º | 0.48% | 0.38% | - |
| HSV(B) | 238.06º | 0.65% | 0.56% | - |
| XYZ | 7.72 | 5.36 | 27.01 | - |
| YUV | 63.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 144 | 0.65 | 0.63 | 0 | 0.44 | 238.06 | 0.48 | 0.38 |
| Hex | 33 | 36 | 90 | 41 | 3F | 0 | 2C | EE | 30 | 26 |
| Octal | 63 | 66 | 220 | 101 | 77 | 0 | 54 | 356 | 60 | 46 |
| Binary | 110011 | 110110 | 10010000 | 1000001 | 111111 | 0 | 101100 | 11101110 | 110000 | 100110 |
Color Harmonies of #333690
Complementary color
Monochromatic Colors of #333690
Black with #333690
Text Example
Text Example
White with #333690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333690; }
p { color: rgb(51,54,144); }
H1.HeaderClassName
{
color: #333690;
}
.AnyTagClassName
{
color: #333690;
}
</style>
background-color css
<style>
a { background-color: #333690; }
a { background-color: rgb(51,54,144); }
div.DivClassName
{
background-color: #333690;
}
.BgClassName
{
background-color: #333690;
}
</style>
border-color css
<style>
span { border-color: #333690; }
span { border-color: rgb(51,54,144); }
td.TdClassName
{
border-color: #333690;
}
.TagClassName
{
border-color: #333690;
}
</style>