Shades of Jacksons Purple #323E8C
Tints of Jacksons Purple #323E8C
RGB
CMYK
RGB Variations
Color information
#323E8C (or 0x323E8C) is known color: Jacksons Purple. HEX triplet: 32, 3E and 8C. RGB value is (50,62,140). Sum of RGB (Red+Green+Blue) = 50+62+140=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #323E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E8C is #CDC173. Grayscale: #424242. Windows color (decimal): -13484404 or 9190962. OLE color: 9190962.
HSL color Cylindrical-coordinate representation of color #323E8C: hue angle of 232º 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 #323E8C is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 62 | 140 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.45 |
| HSL | 232º | 0.47% | 0.37% | - |
| HSV(B) | 232º | 0.64% | 0.55% | - |
| XYZ | 7.77 | 6.02 | 25.56 | - |
| YUV | 67.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 140 | 0.64 | 0.56 | 0 | 0.45 | 232 | 0.47 | 0.37 |
| Hex | 32 | 3E | 8C | 40 | 38 | 0 | 2D | E8 | 2F | 25 |
| Octal | 62 | 76 | 214 | 100 | 70 | 0 | 55 | 350 | 57 | 45 |
| Binary | 110010 | 111110 | 10001100 | 1000000 | 111000 | 0 | 101101 | 11101000 | 101111 | 100101 |
Color Harmonies of #323E8C
Complementary color
Monochromatic Colors of #323E8C
Black with #323E8C
Text Example
Text Example
White with #323E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E8C; }
p { color: rgb(50,62,140); }
H1.HeaderClassName
{
color: #323E8C;
}
.AnyTagClassName
{
color: #323E8C;
}
</style>
background-color css
<style>
a { background-color: #323E8C; }
a { background-color: rgb(50,62,140); }
div.DivClassName
{
background-color: #323E8C;
}
.BgClassName
{
background-color: #323E8C;
}
</style>
border-color css
<style>
span { border-color: #323E8C; }
span { border-color: rgb(50,62,140); }
td.TdClassName
{
border-color: #323E8C;
}
.TagClassName
{
border-color: #323E8C;
}
</style>