Shades of Jacksons Purple #32368B
Tints of Jacksons Purple #32368B
RGB
CMYK
RGB Variations
Color information
#32368B (or 0x32368B) is known color: Jacksons Purple. HEX triplet: 32, 36 and 8B. RGB value is (50,54,139). Sum of RGB (Red+Green+Blue) = 50+54+139=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #32368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32368B is #CDC974. Grayscale: #3E3E3E. Windows color (decimal): -13486453 or 9123378. OLE color: 9123378.
HSL color Cylindrical-coordinate representation of color #32368B: hue angle of 237.3º 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 #32368B is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 54 | 139 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.45 |
| HSL | 237.3º | 0.47% | 0.37% | - |
| HSV(B) | 237.3º | 0.64% | 0.55% | - |
| XYZ | 7.29 | 5.18 | 25.04 | - |
| YUV | 62.49 | 171.17 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 139 | 0.64 | 0.61 | 0 | 0.45 | 237.3 | 0.47 | 0.37 |
| Hex | 32 | 36 | 8B | 40 | 3D | 0 | 2D | ED | 2F | 25 |
| Octal | 62 | 66 | 213 | 100 | 75 | 0 | 55 | 355 | 57 | 45 |
| Binary | 110010 | 110110 | 10001011 | 1000000 | 111101 | 0 | 101101 | 11101101 | 101111 | 100101 |
Color Harmonies of #32368B
Complementary color
Monochromatic Colors of #32368B
Black with #32368B
Text Example
Text Example
White with #32368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32368B; }
p { color: rgb(50,54,139); }
H1.HeaderClassName
{
color: #32368B;
}
.AnyTagClassName
{
color: #32368B;
}
</style>
background-color css
<style>
a { background-color: #32368B; }
a { background-color: rgb(50,54,139); }
div.DivClassName
{
background-color: #32368B;
}
.BgClassName
{
background-color: #32368B;
}
</style>
border-color css
<style>
span { border-color: #32368B; }
span { border-color: rgb(50,54,139); }
td.TdClassName
{
border-color: #32368B;
}
.TagClassName
{
border-color: #32368B;
}
</style>