Shades of Jacksons Purple #32308B
Tints of Jacksons Purple #32308B
RGB
CMYK
RGB Variations
Color information
#32308B (or 0x32308B) is known color: Jacksons Purple. HEX triplet: 32, 30 and 8B. RGB value is (50,48,139). Sum of RGB (Red+Green+Blue) = 50+48+139=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #32308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32308B is #CDCF74. Grayscale: #3A3A3A. Windows color (decimal): -13487989 or 9121842. OLE color: 9121842.
HSL color Cylindrical-coordinate representation of color #32308B: hue angle of 241.32º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32308B is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 48 | 139 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.45 |
| HSL | 241.32º | 0.49% | 0.37% | - |
| HSV(B) | 241.32º | 0.65% | 0.55% | - |
| XYZ | 7.03 | 4.66 | 24.95 | - |
| YUV | 58.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 139 | 0.64 | 0.65 | 0 | 0.45 | 241.32 | 0.49 | 0.37 |
| Hex | 32 | 30 | 8B | 40 | 41 | 0 | 2D | F1 | 31 | 25 |
| Octal | 62 | 60 | 213 | 100 | 101 | 0 | 55 | 361 | 61 | 45 |
| Binary | 110010 | 110000 | 10001011 | 1000000 | 1000001 | 0 | 101101 | 11110001 | 110001 | 100101 |
Color Harmonies of #32308B
Complementary color
Monochromatic Colors of #32308B
Black with #32308B
Text Example
Text Example
White with #32308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32308B; }
p { color: rgb(50,48,139); }
H1.HeaderClassName
{
color: #32308B;
}
.AnyTagClassName
{
color: #32308B;
}
</style>
background-color css
<style>
a { background-color: #32308B; }
a { background-color: rgb(50,48,139); }
div.DivClassName
{
background-color: #32308B;
}
.BgClassName
{
background-color: #32308B;
}
</style>
border-color css
<style>
span { border-color: #32308B; }
span { border-color: rgb(50,48,139); }
td.TdClassName
{
border-color: #32308B;
}
.TagClassName
{
border-color: #32308B;
}
</style>