Shades of Jacksons Purple #303584
Tints of Jacksons Purple #303584
RGB
CMYK
RGB Variations
Color information
#303584 (or 0x303584) is known color: Jacksons Purple. HEX triplet: 30, 35 and 84. RGB value is (48,53,132). Sum of RGB (Red+Green+Blue) = 48+53+132=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #303584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303584 is #CFCA7B. Grayscale: #3C3C3C. Windows color (decimal): -13617788 or 8664368. OLE color: 8664368.
HSL color Cylindrical-coordinate representation of color #303584: hue angle of 236.43º 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 #303584 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 53 | 132 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.48 |
| HSL | 236.43º | 0.47% | 0.35% | - |
| HSV(B) | 236.43º | 0.64% | 0.52% | - |
| XYZ | 6.66 | 4.84 | 22.41 | - |
| YUV | 60.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 132 | 0.64 | 0.60 | 0 | 0.48 | 236.43 | 0.47 | 0.35 |
| Hex | 30 | 35 | 84 | 40 | 3C | 0 | 30 | EC | 2F | 23 |
| Octal | 60 | 65 | 204 | 100 | 74 | 0 | 60 | 354 | 57 | 43 |
| Binary | 110000 | 110101 | 10000100 | 1000000 | 111100 | 0 | 110000 | 11101100 | 101111 | 100011 |
Color Harmonies of #303584
Complementary color
Monochromatic Colors of #303584
Black with #303584
Text Example
Text Example
White with #303584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303584; }
p { color: rgb(48,53,132); }
H1.HeaderClassName
{
color: #303584;
}
.AnyTagClassName
{
color: #303584;
}
</style>
background-color css
<style>
a { background-color: #303584; }
a { background-color: rgb(48,53,132); }
div.DivClassName
{
background-color: #303584;
}
.BgClassName
{
background-color: #303584;
}
</style>
border-color css
<style>
span { border-color: #303584; }
span { border-color: rgb(48,53,132); }
td.TdClassName
{
border-color: #303584;
}
.TagClassName
{
border-color: #303584;
}
</style>