Shades of Jacksons Purple #283292
Tints of Jacksons Purple #283292
RGB
CMYK
RGB Variations
Color information
#283292 (or 0x283292) is known color: Jacksons Purple. HEX triplet: 28, 32 and 92. RGB value is (40,50,146). Sum of RGB (Red+Green+Blue) = 40+50+146=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #283292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283292 is #D7CD6D. Grayscale: #393939. Windows color (decimal): -14142830 or 9581096. OLE color: 9581096.
HSL color Cylindrical-coordinate representation of color #283292: hue angle of 234.34º 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 #283292 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 50 | 146 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.43 |
| HSL | 234.34º | 0.57% | 0.36% | - |
| HSV(B) | 234.34º | 0.73% | 0.57% | - |
| XYZ | 7.2 | 4.81 | 27.74 | - |
| YUV | 57.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 146 | 0.73 | 0.66 | 0 | 0.43 | 234.34 | 0.57 | 0.36 |
| Hex | 28 | 32 | 92 | 49 | 42 | 0 | 2B | EA | 39 | 24 |
| Octal | 50 | 62 | 222 | 111 | 102 | 0 | 53 | 352 | 71 | 44 |
| Binary | 101000 | 110010 | 10010010 | 1001001 | 1000010 | 0 | 101011 | 11101010 | 111001 | 100100 |
Color Harmonies of #283292
Complementary color
Monochromatic Colors of #283292
Black with #283292
Text Example
Text Example
White with #283292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283292; }
p { color: rgb(40,50,146); }
H1.HeaderClassName
{
color: #283292;
}
.AnyTagClassName
{
color: #283292;
}
</style>
background-color css
<style>
a { background-color: #283292; }
a { background-color: rgb(40,50,146); }
div.DivClassName
{
background-color: #283292;
}
.BgClassName
{
background-color: #283292;
}
</style>
border-color css
<style>
span { border-color: #283292; }
span { border-color: rgb(40,50,146); }
td.TdClassName
{
border-color: #283292;
}
.TagClassName
{
border-color: #283292;
}
</style>