Shades of Jacksons Purple #32388F
Tints of Jacksons Purple #32388F
RGB
CMYK
RGB Variations
Color information
#32388F (or 0x32388F) is known color: Jacksons Purple. HEX triplet: 32, 38 and 8F. RGB value is (50,56,143). Sum of RGB (Red+Green+Blue) = 50+56+143=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #32388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32388F is #CDC770. Grayscale: #3F3F3F. Windows color (decimal): -13485937 or 9386034. OLE color: 9386034.
HSL color Cylindrical-coordinate representation of color #32388F: hue angle of 236.13º 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 #32388F is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 56 | 143 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.44 |
| HSL | 236.13º | 0.48% | 0.38% | - |
| HSV(B) | 236.13º | 0.65% | 0.56% | - |
| XYZ | 7.69 | 5.49 | 26.64 | - |
| YUV | 64.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 143 | 0.65 | 0.61 | 0 | 0.44 | 236.13 | 0.48 | 0.38 |
| Hex | 32 | 38 | 8F | 41 | 3D | 0 | 2C | EC | 30 | 26 |
| Octal | 62 | 70 | 217 | 101 | 75 | 0 | 54 | 354 | 60 | 46 |
| Binary | 110010 | 111000 | 10001111 | 1000001 | 111101 | 0 | 101100 | 11101100 | 110000 | 100110 |
Color Harmonies of #32388F
Complementary color
Monochromatic Colors of #32388F
Black with #32388F
Text Example
Text Example
White with #32388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32388F; }
p { color: rgb(50,56,143); }
H1.HeaderClassName
{
color: #32388F;
}
.AnyTagClassName
{
color: #32388F;
}
</style>
background-color css
<style>
a { background-color: #32388F; }
a { background-color: rgb(50,56,143); }
div.DivClassName
{
background-color: #32388F;
}
.BgClassName
{
background-color: #32388F;
}
</style>
border-color css
<style>
span { border-color: #32388F; }
span { border-color: rgb(50,56,143); }
td.TdClassName
{
border-color: #32388F;
}
.TagClassName
{
border-color: #32388F;
}
</style>