Shades of Jacksons Purple #303282
Tints of Jacksons Purple #303282
RGB
CMYK
RGB Variations
Color information
#303282 (or 0x303282) is known color: Jacksons Purple. HEX triplet: 30, 32 and 82. RGB value is (48,50,130). Sum of RGB (Red+Green+Blue) = 48+50+130=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #303282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303282 is #CFCD7D. Grayscale: #3A3A3A. Windows color (decimal): -13618558 or 8532528. OLE color: 8532528.
HSL color Cylindrical-coordinate representation of color #303282: hue angle of 238.54º 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 #303282 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 50 | 130 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.49 |
| HSL | 238.54º | 0.46% | 0.35% | - |
| HSV(B) | 238.54º | 0.63% | 0.51% | - |
| XYZ | 6.39 | 4.52 | 21.66 | - |
| YUV | 58.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 130 | 0.63 | 0.62 | 0 | 0.49 | 238.54 | 0.46 | 0.35 |
| Hex | 30 | 32 | 82 | 3F | 3E | 0 | 31 | EF | 2E | 23 |
| Octal | 60 | 62 | 202 | 77 | 76 | 0 | 61 | 357 | 56 | 43 |
| Binary | 110000 | 110010 | 10000010 | 111111 | 111110 | 0 | 110001 | 11101111 | 101110 | 100011 |
Color Harmonies of #303282
Complementary color
Monochromatic Colors of #303282
Black with #303282
Text Example
Text Example
White with #303282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303282; }
p { color: rgb(48,50,130); }
H1.HeaderClassName
{
color: #303282;
}
.AnyTagClassName
{
color: #303282;
}
</style>
background-color css
<style>
a { background-color: #303282; }
a { background-color: rgb(48,50,130); }
div.DivClassName
{
background-color: #303282;
}
.BgClassName
{
background-color: #303282;
}
</style>
border-color css
<style>
span { border-color: #303282; }
span { border-color: rgb(48,50,130); }
td.TdClassName
{
border-color: #303282;
}
.TagClassName
{
border-color: #303282;
}
</style>