Shades of Jacksons Purple #35328B
Tints of Jacksons Purple #35328B
RGB
CMYK
RGB Variations
Color information
#35328B (or 0x35328B) is known color: Jacksons Purple. HEX triplet: 35, 32 and 8B. RGB value is (53,50,139). Sum of RGB (Red+Green+Blue) = 53+50+139=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #35328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35328B is #CACD74. Grayscale: #3C3C3C. Windows color (decimal): -13290869 or 9122357. OLE color: 9122357.
HSL color Cylindrical-coordinate representation of color #35328B: hue angle of 242.02º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35328B is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 50 | 139 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.45 |
| HSL | 242.02º | 0.47% | 0.37% | - |
| HSV(B) | 242.02º | 0.64% | 0.55% | - |
| XYZ | 7.27 | 4.9 | 24.99 | - |
| YUV | 61.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 139 | 0.62 | 0.64 | 0 | 0.45 | 242.02 | 0.47 | 0.37 |
| Hex | 35 | 32 | 8B | 3E | 40 | 0 | 2D | F2 | 2F | 25 |
| Octal | 65 | 62 | 213 | 76 | 100 | 0 | 55 | 362 | 57 | 45 |
| Binary | 110101 | 110010 | 10001011 | 111110 | 1000000 | 0 | 101101 | 11110010 | 101111 | 100101 |
Color Harmonies of #35328B
Complementary color
Monochromatic Colors of #35328B
Black with #35328B
Text Example
Text Example
White with #35328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35328B; }
p { color: rgb(53,50,139); }
H1.HeaderClassName
{
color: #35328B;
}
.AnyTagClassName
{
color: #35328B;
}
</style>
background-color css
<style>
a { background-color: #35328B; }
a { background-color: rgb(53,50,139); }
div.DivClassName
{
background-color: #35328B;
}
.BgClassName
{
background-color: #35328B;
}
</style>
border-color css
<style>
span { border-color: #35328B; }
span { border-color: rgb(53,50,139); }
td.TdClassName
{
border-color: #35328B;
}
.TagClassName
{
border-color: #35328B;
}
</style>