Shades of Jacksons Purple #2E2F8C
Tints of Jacksons Purple #2E2F8C
RGB
CMYK
RGB Variations
Color information
#2E2F8C (or 0x2E2F8C) is known color: Jacksons Purple. HEX triplet: 2E, 2F and 8C. RGB value is (46,47,140). Sum of RGB (Red+Green+Blue) = 46+47+140=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E2F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2F8C is #D1D073. Grayscale: #383838. Windows color (decimal): -13750388 or 9187118. OLE color: 9187118.
HSL color Cylindrical-coordinate representation of color #2E2F8C: hue angle of 239.36º degrees, saturation: 0.51, 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 #2E2F8C is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 47 | 140 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.45 |
| HSL | 239.36º | 0.51% | 0.36% | - |
| HSV(B) | 239.36º | 0.67% | 0.55% | - |
| XYZ | 6.88 | 4.51 | 25.32 | - |
| YUV | 57.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 140 | 0.67 | 0.66 | 0 | 0.45 | 239.36 | 0.51 | 0.36 |
| Hex | 2E | 2F | 8C | 43 | 42 | 0 | 2D | EF | 33 | 24 |
| Octal | 56 | 57 | 214 | 103 | 102 | 0 | 55 | 357 | 63 | 44 |
| Binary | 101110 | 101111 | 10001100 | 1000011 | 1000010 | 0 | 101101 | 11101111 | 110011 | 100100 |
Color Harmonies of #2E2F8C
Complementary color
Monochromatic Colors of #2E2F8C
Black with #2E2F8C
Text Example
Text Example
White with #2E2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F8C; }
p { color: rgb(46,47,140); }
H1.HeaderClassName
{
color: #2E2F8C;
}
.AnyTagClassName
{
color: #2E2F8C;
}
</style>
background-color css
<style>
a { background-color: #2E2F8C; }
a { background-color: rgb(46,47,140); }
div.DivClassName
{
background-color: #2E2F8C;
}
.BgClassName
{
background-color: #2E2F8C;
}
</style>
border-color css
<style>
span { border-color: #2E2F8C; }
span { border-color: rgb(46,47,140); }
td.TdClassName
{
border-color: #2E2F8C;
}
.TagClassName
{
border-color: #2E2F8C;
}
</style>