Shades of Jacksons Purple #323E8A
Tints of Jacksons Purple #323E8A
RGB
CMYK
RGB Variations
Color information
#323E8A (or 0x323E8A) is known color: Jacksons Purple. HEX triplet: 32, 3E and 8A. RGB value is (50,62,138). Sum of RGB (Red+Green+Blue) = 50+62+138=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #323E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E8A is #CDC175. Grayscale: #424242. Windows color (decimal): -13484406 or 9059890. OLE color: 9059890.
HSL color Cylindrical-coordinate representation of color #323E8A: hue angle of 231.82º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323E8A is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 62 | 138 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.46 |
| HSL | 231.82º | 0.47% | 0.37% | - |
| HSV(B) | 231.82º | 0.64% | 0.54% | - |
| XYZ | 7.63 | 5.96 | 24.79 | - |
| YUV | 67.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 138 | 0.64 | 0.55 | 0 | 0.46 | 231.82 | 0.47 | 0.37 |
| Hex | 32 | 3E | 8A | 40 | 37 | 0 | 2E | E8 | 2F | 25 |
| Octal | 62 | 76 | 212 | 100 | 67 | 0 | 56 | 350 | 57 | 45 |
| Binary | 110010 | 111110 | 10001010 | 1000000 | 110111 | 0 | 101110 | 11101000 | 101111 | 100101 |
Color Harmonies of #323E8A
Complementary color
Monochromatic Colors of #323E8A
Black with #323E8A
Text Example
Text Example
White with #323E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E8A; }
p { color: rgb(50,62,138); }
H1.HeaderClassName
{
color: #323E8A;
}
.AnyTagClassName
{
color: #323E8A;
}
</style>
background-color css
<style>
a { background-color: #323E8A; }
a { background-color: rgb(50,62,138); }
div.DivClassName
{
background-color: #323E8A;
}
.BgClassName
{
background-color: #323E8A;
}
</style>
border-color css
<style>
span { border-color: #323E8A; }
span { border-color: rgb(50,62,138); }
td.TdClassName
{
border-color: #323E8A;
}
.TagClassName
{
border-color: #323E8A;
}
</style>