Shades of Jacksons Purple #282C8C
Tints of Jacksons Purple #282C8C
RGB
CMYK
RGB Variations
Color information
#282C8C (or 0x282C8C) is known color: Jacksons Purple. HEX triplet: 28, 2C and 8C. RGB value is (40,44,140). Sum of RGB (Red+Green+Blue) = 40+44+140=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #282C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C8C is #D7D373. Grayscale: #353535. Windows color (decimal): -14144372 or 9186344. OLE color: 9186344.
HSL color Cylindrical-coordinate representation of color #282C8C: hue angle of 237.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #282C8C is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 44 | 140 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.45 |
| HSL | 237.6º | 0.56% | 0.35% | - |
| HSV(B) | 237.6º | 0.71% | 0.55% | - |
| XYZ | 6.51 | 4.15 | 25.27 | - |
| YUV | 53.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 140 | 0.71 | 0.69 | 0 | 0.45 | 237.6 | 0.56 | 0.35 |
| Hex | 28 | 2C | 8C | 47 | 45 | 0 | 2D | EE | 38 | 23 |
| Octal | 50 | 54 | 214 | 107 | 105 | 0 | 55 | 356 | 70 | 43 |
| Binary | 101000 | 101100 | 10001100 | 1000111 | 1000101 | 0 | 101101 | 11101110 | 111000 | 100011 |
Color Harmonies of #282C8C
Complementary color
Monochromatic Colors of #282C8C
Black with #282C8C
Text Example
Text Example
White with #282C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C8C; }
p { color: rgb(40,44,140); }
H1.HeaderClassName
{
color: #282C8C;
}
.AnyTagClassName
{
color: #282C8C;
}
</style>
background-color css
<style>
a { background-color: #282C8C; }
a { background-color: rgb(40,44,140); }
div.DivClassName
{
background-color: #282C8C;
}
.BgClassName
{
background-color: #282C8C;
}
</style>
border-color css
<style>
span { border-color: #282C8C; }
span { border-color: rgb(40,44,140); }
td.TdClassName
{
border-color: #282C8C;
}
.TagClassName
{
border-color: #282C8C;
}
</style>