Shades of Jacksons Purple #334088
Tints of Jacksons Purple #334088
RGB
CMYK
RGB Variations
Color information
#334088 (or 0x334088) is known color: Jacksons Purple. HEX triplet: 33, 40 and 88. RGB value is (51,64,136). Sum of RGB (Red+Green+Blue) = 51+64+136=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #334088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334088 is #CCBF77. Grayscale: #444444. Windows color (decimal): -13418360 or 8929331. OLE color: 8929331.
HSL color Cylindrical-coordinate representation of color #334088: hue angle of 230.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334088 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 64 | 136 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.47 |
| HSL | 230.82º | 0.45% | 0.37% | - |
| HSV(B) | 230.82º | 0.63% | 0.53% | - |
| XYZ | 7.64 | 6.15 | 24.08 | - |
| YUV | 68.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 136 | 0.62 | 0.53 | 0 | 0.47 | 230.82 | 0.45 | 0.37 |
| Hex | 33 | 40 | 88 | 3E | 35 | 0 | 2F | E7 | 2D | 25 |
| Octal | 63 | 100 | 210 | 76 | 65 | 0 | 57 | 347 | 55 | 45 |
| Binary | 110011 | 1000000 | 10001000 | 111110 | 110101 | 0 | 101111 | 11100111 | 101101 | 100101 |
Color Harmonies of #334088
Complementary color
Monochromatic Colors of #334088
Black with #334088
Text Example
Text Example
White with #334088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334088; }
p { color: rgb(51,64,136); }
H1.HeaderClassName
{
color: #334088;
}
.AnyTagClassName
{
color: #334088;
}
</style>
background-color css
<style>
a { background-color: #334088; }
a { background-color: rgb(51,64,136); }
div.DivClassName
{
background-color: #334088;
}
.BgClassName
{
background-color: #334088;
}
</style>
border-color css
<style>
span { border-color: #334088; }
span { border-color: rgb(51,64,136); }
td.TdClassName
{
border-color: #334088;
}
.TagClassName
{
border-color: #334088;
}
</style>