Shades of Jacksons Purple #2E278B
Tints of Jacksons Purple #2E278B
RGB
CMYK
RGB Variations
Color information
#2E278B (or 0x2E278B) is known color: Jacksons Purple. HEX triplet: 2E, 27 and 8B. RGB value is (46,39,139). Sum of RGB (Red+Green+Blue) = 46+39+139=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E278B is #D1D874. Grayscale: #343434. Windows color (decimal): -13752437 or 9119534. OLE color: 9119534.
HSL color Cylindrical-coordinate representation of color #2E278B: hue angle of 244.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E278B is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 39 | 139 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.45 |
| HSL | 244.2º | 0.56% | 0.35% | - |
| HSV(B) | 244.2º | 0.72% | 0.55% | - |
| XYZ | 6.51 | 3.9 | 24.83 | - |
| YUV | 52.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 139 | 0.67 | 0.72 | 0 | 0.45 | 244.2 | 0.56 | 0.35 |
| Hex | 2E | 27 | 8B | 43 | 48 | 0 | 2D | F4 | 38 | 23 |
| Octal | 56 | 47 | 213 | 103 | 110 | 0 | 55 | 364 | 70 | 43 |
| Binary | 101110 | 100111 | 10001011 | 1000011 | 1001000 | 0 | 101101 | 11110100 | 111000 | 100011 |
Color Harmonies of #2E278B
Complementary color
Monochromatic Colors of #2E278B
Black with #2E278B
Text Example
Text Example
White with #2E278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E278B; }
p { color: rgb(46,39,139); }
H1.HeaderClassName
{
color: #2E278B;
}
.AnyTagClassName
{
color: #2E278B;
}
</style>
background-color css
<style>
a { background-color: #2E278B; }
a { background-color: rgb(46,39,139); }
div.DivClassName
{
background-color: #2E278B;
}
.BgClassName
{
background-color: #2E278B;
}
</style>
border-color css
<style>
span { border-color: #2E278B; }
span { border-color: rgb(46,39,139); }
td.TdClassName
{
border-color: #2E278B;
}
.TagClassName
{
border-color: #2E278B;
}
</style>