Shades of Jacksons Purple #302F93
Tints of Jacksons Purple #302F93
RGB
CMYK
RGB Variations
Color information
#302F93 (or 0x302F93) is known color: Jacksons Purple. HEX triplet: 30, 2F and 93. RGB value is (48,47,147). Sum of RGB (Red+Green+Blue) = 48+47+147=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #302F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F93 is #CFD06C. Grayscale: #3A3A3A. Windows color (decimal): -13619309 or 9645872. OLE color: 9645872.
HSL color Cylindrical-coordinate representation of color #302F93: hue angle of 240.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #302F93 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 47 | 147 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.42 |
| HSL | 240.6º | 0.52% | 0.38% | - |
| HSV(B) | 240.6º | 0.68% | 0.58% | - |
| XYZ | 7.5 | 4.77 | 28.13 | - |
| YUV | 58.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 147 | 0.67 | 0.68 | 0 | 0.42 | 240.6 | 0.52 | 0.38 |
| Hex | 30 | 2F | 93 | 43 | 44 | 0 | 2A | F1 | 34 | 26 |
| Octal | 60 | 57 | 223 | 103 | 104 | 0 | 52 | 361 | 64 | 46 |
| Binary | 110000 | 101111 | 10010011 | 1000011 | 1000100 | 0 | 101010 | 11110001 | 110100 | 100110 |
Color Harmonies of #302F93
Complementary color
Monochromatic Colors of #302F93
Black with #302F93
Text Example
Text Example
White with #302F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F93; }
p { color: rgb(48,47,147); }
H1.HeaderClassName
{
color: #302F93;
}
.AnyTagClassName
{
color: #302F93;
}
</style>
background-color css
<style>
a { background-color: #302F93; }
a { background-color: rgb(48,47,147); }
div.DivClassName
{
background-color: #302F93;
}
.BgClassName
{
background-color: #302F93;
}
</style>
border-color css
<style>
span { border-color: #302F93; }
span { border-color: rgb(48,47,147); }
td.TdClassName
{
border-color: #302F93;
}
.TagClassName
{
border-color: #302F93;
}
</style>