Shades of Jacksons Purple #303685
Tints of Jacksons Purple #303685
RGB
CMYK
RGB Variations
Color information
#303685 (or 0x303685) is known color: Jacksons Purple. HEX triplet: 30, 36 and 85. RGB value is (48,54,133). Sum of RGB (Red+Green+Blue) = 48+54+133=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #303685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303685 is #CFC97A. Grayscale: #3C3C3C. Windows color (decimal): -13617531 or 8730160. OLE color: 8730160.
HSL color Cylindrical-coordinate representation of color #303685: hue angle of 235.76º 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 #303685 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 54 | 133 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.48 |
| HSL | 235.76º | 0.47% | 0.35% | - |
| HSV(B) | 235.76º | 0.64% | 0.52% | - |
| XYZ | 6.77 | 4.96 | 22.79 | - |
| YUV | 61.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 133 | 0.64 | 0.59 | 0 | 0.48 | 235.76 | 0.47 | 0.35 |
| Hex | 30 | 36 | 85 | 40 | 3B | 0 | 30 | EC | 2F | 23 |
| Octal | 60 | 66 | 205 | 100 | 73 | 0 | 60 | 354 | 57 | 43 |
| Binary | 110000 | 110110 | 10000101 | 1000000 | 111011 | 0 | 110000 | 11101100 | 101111 | 100011 |
Color Harmonies of #303685
Complementary color
Monochromatic Colors of #303685
Black with #303685
Text Example
Text Example
White with #303685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303685; }
p { color: rgb(48,54,133); }
H1.HeaderClassName
{
color: #303685;
}
.AnyTagClassName
{
color: #303685;
}
</style>
background-color css
<style>
a { background-color: #303685; }
a { background-color: rgb(48,54,133); }
div.DivClassName
{
background-color: #303685;
}
.BgClassName
{
background-color: #303685;
}
</style>
border-color css
<style>
span { border-color: #303685; }
span { border-color: rgb(48,54,133); }
td.TdClassName
{
border-color: #303685;
}
.TagClassName
{
border-color: #303685;
}
</style>