Shades of Jacksons Purple #303082
Tints of Jacksons Purple #303082
RGB
CMYK
RGB Variations
Color information
#303082 (or 0x303082) is known color: Jacksons Purple. HEX triplet: 30, 30 and 82. RGB value is (48,48,130). Sum of RGB (Red+Green+Blue) = 48+48+130=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #303082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303082 is #CFCF7D. Grayscale: #393939. Windows color (decimal): -13619070 or 8532016. OLE color: 8532016.
HSL color Cylindrical-coordinate representation of color #303082: hue angle of 240º 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 #303082 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 48 | 130 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.49 |
| HSL | 240º | 0.46% | 0.35% | - |
| HSV(B) | 240º | 0.63% | 0.51% | - |
| XYZ | 6.31 | 4.35 | 21.63 | - |
| YUV | 57.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 130 | 0.63 | 0.63 | 0 | 0.49 | 240 | 0.46 | 0.35 |
| Hex | 30 | 30 | 82 | 3F | 3F | 0 | 31 | F0 | 2E | 23 |
| Octal | 60 | 60 | 202 | 77 | 77 | 0 | 61 | 360 | 56 | 43 |
| Binary | 110000 | 110000 | 10000010 | 111111 | 111111 | 0 | 110001 | 11110000 | 101110 | 100011 |
Color Harmonies of #303082
Complementary color
Monochromatic Colors of #303082
Black with #303082
Text Example
Text Example
White with #303082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303082; }
p { color: rgb(48,48,130); }
H1.HeaderClassName
{
color: #303082;
}
.AnyTagClassName
{
color: #303082;
}
</style>
background-color css
<style>
a { background-color: #303082; }
a { background-color: rgb(48,48,130); }
div.DivClassName
{
background-color: #303082;
}
.BgClassName
{
background-color: #303082;
}
</style>
border-color css
<style>
span { border-color: #303082; }
span { border-color: rgb(48,48,130); }
td.TdClassName
{
border-color: #303082;
}
.TagClassName
{
border-color: #303082;
}
</style>