Shades of Jacksons Purple #282C8D
Tints of Jacksons Purple #282C8D
RGB
CMYK
RGB Variations
Color information
#282C8D (or 0x282C8D) is known color: Jacksons Purple. HEX triplet: 28, 2C and 8D. RGB value is (40,44,141). Sum of RGB (Red+Green+Blue) = 40+44+141=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #282C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C8D is #D7D372. Grayscale: #353535. Windows color (decimal): -14144371 or 9251880. OLE color: 9251880.
HSL color Cylindrical-coordinate representation of color #282C8D: hue angle of 237.62º 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 #282C8D is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 44 | 141 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.45 |
| HSL | 237.62º | 0.56% | 0.35% | - |
| HSV(B) | 237.62º | 0.72% | 0.55% | - |
| XYZ | 6.58 | 4.18 | 25.66 | - |
| YUV | 53.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 141 | 0.72 | 0.69 | 0 | 0.45 | 237.62 | 0.56 | 0.35 |
| Hex | 28 | 2C | 8D | 48 | 45 | 0 | 2D | EE | 38 | 23 |
| Octal | 50 | 54 | 215 | 110 | 105 | 0 | 55 | 356 | 70 | 43 |
| Binary | 101000 | 101100 | 10001101 | 1001000 | 1000101 | 0 | 101101 | 11101110 | 111000 | 100011 |
Color Harmonies of #282C8D
Complementary color
Monochromatic Colors of #282C8D
Black with #282C8D
Text Example
Text Example
White with #282C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C8D; }
p { color: rgb(40,44,141); }
H1.HeaderClassName
{
color: #282C8D;
}
.AnyTagClassName
{
color: #282C8D;
}
</style>
background-color css
<style>
a { background-color: #282C8D; }
a { background-color: rgb(40,44,141); }
div.DivClassName
{
background-color: #282C8D;
}
.BgClassName
{
background-color: #282C8D;
}
</style>
border-color css
<style>
span { border-color: #282C8D; }
span { border-color: rgb(40,44,141); }
td.TdClassName
{
border-color: #282C8D;
}
.TagClassName
{
border-color: #282C8D;
}
</style>