Shades of Jacksons Purple #303285
Tints of Jacksons Purple #303285
RGB
CMYK
RGB Variations
Color information
#303285 (or 0x303285) is known color: Jacksons Purple. HEX triplet: 30, 32 and 85. RGB value is (48,50,133). Sum of RGB (Red+Green+Blue) = 48+50+133=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 50 (19.92% from 255 or 21.65% 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 #303285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303285 is #CFCD7A. Grayscale: #3A3A3A. Windows color (decimal): -13618555 or 8729136. OLE color: 8729136.
HSL color Cylindrical-coordinate representation of color #303285: hue angle of 238.59º 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 #303285 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 50 | 133 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.48 |
| HSL | 238.59º | 0.47% | 0.35% | - |
| HSV(B) | 238.59º | 0.64% | 0.52% | - |
| XYZ | 6.59 | 4.6 | 22.73 | - |
| YUV | 58.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 133 | 0.64 | 0.62 | 0 | 0.48 | 238.59 | 0.47 | 0.35 |
| Hex | 30 | 32 | 85 | 40 | 3E | 0 | 30 | EF | 2F | 23 |
| Octal | 60 | 62 | 205 | 100 | 76 | 0 | 60 | 357 | 57 | 43 |
| Binary | 110000 | 110010 | 10000101 | 1000000 | 111110 | 0 | 110000 | 11101111 | 101111 | 100011 |
Color Harmonies of #303285
Complementary color
Monochromatic Colors of #303285
Black with #303285
Text Example
Text Example
White with #303285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303285; }
p { color: rgb(48,50,133); }
H1.HeaderClassName
{
color: #303285;
}
.AnyTagClassName
{
color: #303285;
}
</style>
background-color css
<style>
a { background-color: #303285; }
a { background-color: rgb(48,50,133); }
div.DivClassName
{
background-color: #303285;
}
.BgClassName
{
background-color: #303285;
}
</style>
border-color css
<style>
span { border-color: #303285; }
span { border-color: rgb(48,50,133); }
td.TdClassName
{
border-color: #303285;
}
.TagClassName
{
border-color: #303285;
}
</style>