Shades of Jacksons Purple #282B92
Tints of Jacksons Purple #282B92
RGB
CMYK
RGB Variations
Color information
#282B92 (or 0x282B92) is known color: Jacksons Purple. HEX triplet: 28, 2B and 92. RGB value is (40,43,146). Sum of RGB (Red+Green+Blue) = 40+43+146=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #282B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282B92 is #D7D46D. Grayscale: #353535. Windows color (decimal): -14144622 or 9579304. OLE color: 9579304.
HSL color Cylindrical-coordinate representation of color #282B92: hue angle of 238.3º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282B92 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 43 | 146 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.43 |
| HSL | 238.3º | 0.57% | 0.36% | - |
| HSV(B) | 238.3º | 0.73% | 0.57% | - |
| XYZ | 6.93 | 4.25 | 27.65 | - |
| YUV | 53.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 146 | 0.73 | 0.71 | 0 | 0.43 | 238.3 | 0.57 | 0.36 |
| Hex | 28 | 2B | 92 | 49 | 47 | 0 | 2B | EE | 39 | 24 |
| Octal | 50 | 53 | 222 | 111 | 107 | 0 | 53 | 356 | 71 | 44 |
| Binary | 101000 | 101011 | 10010010 | 1001001 | 1000111 | 0 | 101011 | 11101110 | 111001 | 100100 |
Color Harmonies of #282B92
Complementary color
Monochromatic Colors of #282B92
Black with #282B92
Text Example
Text Example
White with #282B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B92; }
p { color: rgb(40,43,146); }
H1.HeaderClassName
{
color: #282B92;
}
.AnyTagClassName
{
color: #282B92;
}
</style>
background-color css
<style>
a { background-color: #282B92; }
a { background-color: rgb(40,43,146); }
div.DivClassName
{
background-color: #282B92;
}
.BgClassName
{
background-color: #282B92;
}
</style>
border-color css
<style>
span { border-color: #282B92; }
span { border-color: rgb(40,43,146); }
td.TdClassName
{
border-color: #282B92;
}
.TagClassName
{
border-color: #282B92;
}
</style>