Shades of Jacksons Purple #303182
Tints of Jacksons Purple #303182
RGB
CMYK
RGB Variations
Color information
#303182 (or 0x303182) is known color: Jacksons Purple. HEX triplet: 30, 31 and 82. RGB value is (48,49,130). Sum of RGB (Red+Green+Blue) = 48+49+130=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #303182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303182 is #CFCE7D. Grayscale: #393939. Windows color (decimal): -13618814 or 8532272. OLE color: 8532272.
HSL color Cylindrical-coordinate representation of color #303182: hue angle of 239.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #303182 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 49 | 130 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.49 |
| HSL | 239.27º | 0.46% | 0.35% | - |
| HSV(B) | 239.27º | 0.63% | 0.51% | - |
| XYZ | 6.35 | 4.44 | 21.64 | - |
| YUV | 57.94 | 168.67 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 130 | 0.63 | 0.62 | 0 | 0.49 | 239.27 | 0.46 | 0.35 |
| Hex | 30 | 31 | 82 | 3F | 3E | 0 | 31 | EF | 2E | 23 |
| Octal | 60 | 61 | 202 | 77 | 76 | 0 | 61 | 357 | 56 | 43 |
| Binary | 110000 | 110001 | 10000010 | 111111 | 111110 | 0 | 110001 | 11101111 | 101110 | 100011 |
Color Harmonies of #303182
Complementary color
Monochromatic Colors of #303182
Black with #303182
Text Example
Text Example
White with #303182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303182; }
p { color: rgb(48,49,130); }
H1.HeaderClassName
{
color: #303182;
}
.AnyTagClassName
{
color: #303182;
}
</style>
background-color css
<style>
a { background-color: #303182; }
a { background-color: rgb(48,49,130); }
div.DivClassName
{
background-color: #303182;
}
.BgClassName
{
background-color: #303182;
}
</style>
border-color css
<style>
span { border-color: #303182; }
span { border-color: rgb(48,49,130); }
td.TdClassName
{
border-color: #303182;
}
.TagClassName
{
border-color: #303182;
}
</style>