Shades of Jacksons Purple #302E8D
Tints of Jacksons Purple #302E8D
RGB
CMYK
RGB Variations
Color information
#302E8D (or 0x302E8D) is known color: Jacksons Purple. HEX triplet: 30, 2E and 8D. RGB value is (48,46,141). Sum of RGB (Red+Green+Blue) = 48+46+141=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #302E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302E8D is #CFD172. Grayscale: #393939. Windows color (decimal): -13619571 or 9252400. OLE color: 9252400.
HSL color Cylindrical-coordinate representation of color #302E8D: hue angle of 241.26º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302E8D is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 46 | 141 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.45 |
| HSL | 241.26º | 0.51% | 0.37% | - |
| HSV(B) | 241.26º | 0.67% | 0.55% | - |
| XYZ | 7 | 4.51 | 25.7 | - |
| YUV | 57.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 141 | 0.66 | 0.67 | 0 | 0.45 | 241.26 | 0.51 | 0.37 |
| Hex | 30 | 2E | 8D | 42 | 43 | 0 | 2D | F1 | 33 | 25 |
| Octal | 60 | 56 | 215 | 102 | 103 | 0 | 55 | 361 | 63 | 45 |
| Binary | 110000 | 101110 | 10001101 | 1000010 | 1000011 | 0 | 101101 | 11110001 | 110011 | 100101 |
Color Harmonies of #302E8D
Complementary color
Monochromatic Colors of #302E8D
Black with #302E8D
Text Example
Text Example
White with #302E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E8D; }
p { color: rgb(48,46,141); }
H1.HeaderClassName
{
color: #302E8D;
}
.AnyTagClassName
{
color: #302E8D;
}
</style>
background-color css
<style>
a { background-color: #302E8D; }
a { background-color: rgb(48,46,141); }
div.DivClassName
{
background-color: #302E8D;
}
.BgClassName
{
background-color: #302E8D;
}
</style>
border-color css
<style>
span { border-color: #302E8D; }
span { border-color: rgb(48,46,141); }
td.TdClassName
{
border-color: #302E8D;
}
.TagClassName
{
border-color: #302E8D;
}
</style>