Shades of Jacksons Purple #282C93
Tints of Jacksons Purple #282C93
RGB
CMYK
RGB Variations
Color information
#282C93 (or 0x282C93) is known color: Jacksons Purple. HEX triplet: 28, 2C and 93. RGB value is (40,44,147). Sum of RGB (Red+Green+Blue) = 40+44+147=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #282C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C93 is #D7D36C. Grayscale: #363636. Windows color (decimal): -14144365 or 9645096. OLE color: 9645096.
HSL color Cylindrical-coordinate representation of color #282C93: hue angle of 237.76º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282C93 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 44 | 147 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.42 |
| HSL | 237.76º | 0.57% | 0.37% | - |
| HSV(B) | 237.76º | 0.73% | 0.58% | - |
| XYZ | 7.04 | 4.36 | 28.07 | - |
| YUV | 54.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 147 | 0.73 | 0.70 | 0 | 0.42 | 237.76 | 0.57 | 0.37 |
| Hex | 28 | 2C | 93 | 49 | 46 | 0 | 2A | EE | 39 | 25 |
| Octal | 50 | 54 | 223 | 111 | 106 | 0 | 52 | 356 | 71 | 45 |
| Binary | 101000 | 101100 | 10010011 | 1001001 | 1000110 | 0 | 101010 | 11101110 | 111001 | 100101 |
Color Harmonies of #282C93
Complementary color
Monochromatic Colors of #282C93
Black with #282C93
Text Example
Text Example
White with #282C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C93; }
p { color: rgb(40,44,147); }
H1.HeaderClassName
{
color: #282C93;
}
.AnyTagClassName
{
color: #282C93;
}
</style>
background-color css
<style>
a { background-color: #282C93; }
a { background-color: rgb(40,44,147); }
div.DivClassName
{
background-color: #282C93;
}
.BgClassName
{
background-color: #282C93;
}
</style>
border-color css
<style>
span { border-color: #282C93; }
span { border-color: rgb(40,44,147); }
td.TdClassName
{
border-color: #282C93;
}
.TagClassName
{
border-color: #282C93;
}
</style>