Shades of Jacksons Purple #323C8A
Tints of Jacksons Purple #323C8A
RGB
CMYK
RGB Variations
Color information
#323C8A (or 0x323C8A) is known color: Jacksons Purple. HEX triplet: 32, 3C and 8A. RGB value is (50,60,138). Sum of RGB (Red+Green+Blue) = 50+60+138=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #323C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C8A is #CDC375. Grayscale: #414141. Windows color (decimal): -13484918 or 9059378. OLE color: 9059378.
HSL color Cylindrical-coordinate representation of color #323C8A: hue angle of 233.18º 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 #323C8A is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 60 | 138 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.46 |
| HSL | 233.18º | 0.47% | 0.37% | - |
| HSV(B) | 233.18º | 0.64% | 0.54% | - |
| XYZ | 7.52 | 5.74 | 24.76 | - |
| YUV | 65.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 138 | 0.64 | 0.57 | 0 | 0.46 | 233.18 | 0.47 | 0.37 |
| Hex | 32 | 3C | 8A | 40 | 39 | 0 | 2E | E9 | 2F | 25 |
| Octal | 62 | 74 | 212 | 100 | 71 | 0 | 56 | 351 | 57 | 45 |
| Binary | 110010 | 111100 | 10001010 | 1000000 | 111001 | 0 | 101110 | 11101001 | 101111 | 100101 |
Color Harmonies of #323C8A
Complementary color
Monochromatic Colors of #323C8A
Black with #323C8A
Text Example
Text Example
White with #323C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C8A; }
p { color: rgb(50,60,138); }
H1.HeaderClassName
{
color: #323C8A;
}
.AnyTagClassName
{
color: #323C8A;
}
</style>
background-color css
<style>
a { background-color: #323C8A; }
a { background-color: rgb(50,60,138); }
div.DivClassName
{
background-color: #323C8A;
}
.BgClassName
{
background-color: #323C8A;
}
</style>
border-color css
<style>
span { border-color: #323C8A; }
span { border-color: rgb(50,60,138); }
td.TdClassName
{
border-color: #323C8A;
}
.TagClassName
{
border-color: #323C8A;
}
</style>