Shades of Jacksons Purple #2E308C
Tints of Jacksons Purple #2E308C
RGB
CMYK
RGB Variations
Color information
#2E308C (or 0x2E308C) is known color: Jacksons Purple. HEX triplet: 2E, 30 and 8C. RGB value is (46,48,140). Sum of RGB (Red+Green+Blue) = 46+48+140=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E308C is #D1CF73. Grayscale: #393939. Windows color (decimal): -13750132 or 9187374. OLE color: 9187374.
HSL color Cylindrical-coordinate representation of color #2E308C: hue angle of 238.72º 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 #2E308C is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 48 | 140 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.45 |
| HSL | 238.72º | 0.51% | 0.36% | - |
| HSV(B) | 238.72º | 0.67% | 0.55% | - |
| XYZ | 6.92 | 4.59 | 25.33 | - |
| YUV | 57.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 140 | 0.67 | 0.66 | 0 | 0.45 | 238.72 | 0.51 | 0.36 |
| Hex | 2E | 30 | 8C | 43 | 42 | 0 | 2D | EF | 33 | 24 |
| Octal | 56 | 60 | 214 | 103 | 102 | 0 | 55 | 357 | 63 | 44 |
| Binary | 101110 | 110000 | 10001100 | 1000011 | 1000010 | 0 | 101101 | 11101111 | 110011 | 100100 |
Color Harmonies of #2E308C
Complementary color
Monochromatic Colors of #2E308C
Black with #2E308C
Text Example
Text Example
White with #2E308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E308C; }
p { color: rgb(46,48,140); }
H1.HeaderClassName
{
color: #2E308C;
}
.AnyTagClassName
{
color: #2E308C;
}
</style>
background-color css
<style>
a { background-color: #2E308C; }
a { background-color: rgb(46,48,140); }
div.DivClassName
{
background-color: #2E308C;
}
.BgClassName
{
background-color: #2E308C;
}
</style>
border-color css
<style>
span { border-color: #2E308C; }
span { border-color: rgb(46,48,140); }
td.TdClassName
{
border-color: #2E308C;
}
.TagClassName
{
border-color: #2E308C;
}
</style>