Shades of Jacksons Purple #282E8E
Tints of Jacksons Purple #282E8E
RGB
CMYK
RGB Variations
Color information
#282E8E (or 0x282E8E) is known color: Jacksons Purple. HEX triplet: 28, 2E and 8E. RGB value is (40,46,142). Sum of RGB (Red+Green+Blue) = 40+46+142=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #282E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E8E is #D7D171. Grayscale: #363636. Windows color (decimal): -14143858 or 9317928. OLE color: 9317928.
HSL color Cylindrical-coordinate representation of color #282E8E: hue angle of 236.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #282E8E is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 46 | 142 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.44 |
| HSL | 236.47º | 0.56% | 0.36% | - |
| HSV(B) | 236.47º | 0.72% | 0.56% | - |
| XYZ | 6.73 | 4.36 | 26.08 | - |
| YUV | 55.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 142 | 0.72 | 0.68 | 0 | 0.44 | 236.47 | 0.56 | 0.36 |
| Hex | 28 | 2E | 8E | 48 | 44 | 0 | 2C | EC | 38 | 24 |
| Octal | 50 | 56 | 216 | 110 | 104 | 0 | 54 | 354 | 70 | 44 |
| Binary | 101000 | 101110 | 10001110 | 1001000 | 1000100 | 0 | 101100 | 11101100 | 111000 | 100100 |
Color Harmonies of #282E8E
Complementary color
Monochromatic Colors of #282E8E
Black with #282E8E
Text Example
Text Example
White with #282E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E8E; }
p { color: rgb(40,46,142); }
H1.HeaderClassName
{
color: #282E8E;
}
.AnyTagClassName
{
color: #282E8E;
}
</style>
background-color css
<style>
a { background-color: #282E8E; }
a { background-color: rgb(40,46,142); }
div.DivClassName
{
background-color: #282E8E;
}
.BgClassName
{
background-color: #282E8E;
}
</style>
border-color css
<style>
span { border-color: #282E8E; }
span { border-color: rgb(40,46,142); }
td.TdClassName
{
border-color: #282E8E;
}
.TagClassName
{
border-color: #282E8E;
}
</style>