Shades of Jacksons Purple #323085
Tints of Jacksons Purple #323085
RGB
CMYK
RGB Variations
Color information
#323085 (or 0x323085) is known color: Jacksons Purple. HEX triplet: 32, 30 and 85. RGB value is (50,48,133). Sum of RGB (Red+Green+Blue) = 50+48+133=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #323085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323085 is #CDCF7A. Grayscale: #393939. Windows color (decimal): -13487995 or 8728626. OLE color: 8728626.
HSL color Cylindrical-coordinate representation of color #323085: hue angle of 241.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323085 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 48 | 133 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.48 |
| HSL | 241.41º | 0.47% | 0.35% | - |
| HSV(B) | 241.41º | 0.64% | 0.52% | - |
| XYZ | 6.61 | 4.49 | 22.71 | - |
| YUV | 58.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 133 | 0.62 | 0.64 | 0 | 0.48 | 241.41 | 0.47 | 0.35 |
| Hex | 32 | 30 | 85 | 3E | 40 | 0 | 30 | F1 | 2F | 23 |
| Octal | 62 | 60 | 205 | 76 | 100 | 0 | 60 | 361 | 57 | 43 |
| Binary | 110010 | 110000 | 10000101 | 111110 | 1000000 | 0 | 110000 | 11110001 | 101111 | 100011 |
Color Harmonies of #323085
Complementary color
Monochromatic Colors of #323085
Black with #323085
Text Example
Text Example
White with #323085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323085; }
p { color: rgb(50,48,133); }
H1.HeaderClassName
{
color: #323085;
}
.AnyTagClassName
{
color: #323085;
}
</style>
background-color css
<style>
a { background-color: #323085; }
a { background-color: rgb(50,48,133); }
div.DivClassName
{
background-color: #323085;
}
.BgClassName
{
background-color: #323085;
}
</style>
border-color css
<style>
span { border-color: #323085; }
span { border-color: rgb(50,48,133); }
td.TdClassName
{
border-color: #323085;
}
.TagClassName
{
border-color: #323085;
}
</style>