Shades of Jacksons Purple #302E8B
Tints of Jacksons Purple #302E8B
RGB
CMYK
RGB Variations
Color information
#302E8B (or 0x302E8B) is known color: Jacksons Purple. HEX triplet: 30, 2E and 8B. RGB value is (48,46,139). Sum of RGB (Red+Green+Blue) = 48+46+139=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #302E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302E8B is #CFD174. Grayscale: #383838. Windows color (decimal): -13619573 or 9121328. OLE color: 9121328.
HSL color Cylindrical-coordinate representation of color #302E8B: hue angle of 241.29º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302E8B is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 46 | 139 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.45 |
| HSL | 241.29º | 0.5% | 0.36% | - |
| HSV(B) | 241.29º | 0.67% | 0.55% | - |
| XYZ | 6.86 | 4.45 | 24.92 | - |
| YUV | 57.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 139 | 0.65 | 0.67 | 0 | 0.45 | 241.29 | 0.5 | 0.36 |
| Hex | 30 | 2E | 8B | 41 | 43 | 0 | 2D | F1 | 32 | 24 |
| Octal | 60 | 56 | 213 | 101 | 103 | 0 | 55 | 361 | 62 | 44 |
| Binary | 110000 | 101110 | 10001011 | 1000001 | 1000011 | 0 | 101101 | 11110001 | 110010 | 100100 |
Color Harmonies of #302E8B
Complementary color
Monochromatic Colors of #302E8B
Black with #302E8B
Text Example
Text Example
White with #302E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E8B; }
p { color: rgb(48,46,139); }
H1.HeaderClassName
{
color: #302E8B;
}
.AnyTagClassName
{
color: #302E8B;
}
</style>
background-color css
<style>
a { background-color: #302E8B; }
a { background-color: rgb(48,46,139); }
div.DivClassName
{
background-color: #302E8B;
}
.BgClassName
{
background-color: #302E8B;
}
</style>
border-color css
<style>
span { border-color: #302E8B; }
span { border-color: rgb(48,46,139); }
td.TdClassName
{
border-color: #302E8B;
}
.TagClassName
{
border-color: #302E8B;
}
</style>