Shades of Jacksons Purple #2E308B
Tints of Jacksons Purple #2E308B
RGB
CMYK
RGB Variations
Color information
#2E308B (or 0x2E308B) is known color: Jacksons Purple. HEX triplet: 2E, 30 and 8B. RGB value is (46,48,139). Sum of RGB (Red+Green+Blue) = 46+48+139=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 48 (19.14% from 255 or 20.60% 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 #2E308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E308B is #D1CF74. Grayscale: #393939. Windows color (decimal): -13750133 or 9121838. OLE color: 9121838.
HSL color Cylindrical-coordinate representation of color #2E308B: hue angle of 238.71º 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 #2E308B is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 48 | 139 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.45 |
| HSL | 238.71º | 0.5% | 0.36% | - |
| HSV(B) | 238.71º | 0.67% | 0.55% | - |
| XYZ | 6.84 | 4.56 | 24.95 | - |
| YUV | 57.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 139 | 0.67 | 0.65 | 0 | 0.45 | 238.71 | 0.5 | 0.36 |
| Hex | 2E | 30 | 8B | 43 | 41 | 0 | 2D | EF | 32 | 24 |
| Octal | 56 | 60 | 213 | 103 | 101 | 0 | 55 | 357 | 62 | 44 |
| Binary | 101110 | 110000 | 10001011 | 1000011 | 1000001 | 0 | 101101 | 11101111 | 110010 | 100100 |
Color Harmonies of #2E308B
Complementary color
Monochromatic Colors of #2E308B
Black with #2E308B
Text Example
Text Example
White with #2E308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E308B; }
p { color: rgb(46,48,139); }
H1.HeaderClassName
{
color: #2E308B;
}
.AnyTagClassName
{
color: #2E308B;
}
</style>
background-color css
<style>
a { background-color: #2E308B; }
a { background-color: rgb(46,48,139); }
div.DivClassName
{
background-color: #2E308B;
}
.BgClassName
{
background-color: #2E308B;
}
</style>
border-color css
<style>
span { border-color: #2E308B; }
span { border-color: rgb(46,48,139); }
td.TdClassName
{
border-color: #2E308B;
}
.TagClassName
{
border-color: #2E308B;
}
</style>