Shades of Jacksons Purple #283390
Tints of Jacksons Purple #283390
RGB
CMYK
RGB Variations
Color information
#283390 (or 0x283390) is known color: Jacksons Purple. HEX triplet: 28, 33 and 90. RGB value is (40,51,144). Sum of RGB (Red+Green+Blue) = 40+51+144=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #283390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283390 is #D7CC6F. Grayscale: #393939. Windows color (decimal): -14142576 or 9450280. OLE color: 9450280.
HSL color Cylindrical-coordinate representation of color #283390: hue angle of 233.65º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283390 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 51 | 144 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.44 |
| HSL | 233.65º | 0.57% | 0.36% | - |
| HSV(B) | 233.65º | 0.72% | 0.56% | - |
| XYZ | 7.09 | 4.83 | 26.94 | - |
| YUV | 58.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 144 | 0.72 | 0.65 | 0 | 0.44 | 233.65 | 0.57 | 0.36 |
| Hex | 28 | 33 | 90 | 48 | 41 | 0 | 2C | EA | 39 | 24 |
| Octal | 50 | 63 | 220 | 110 | 101 | 0 | 54 | 352 | 71 | 44 |
| Binary | 101000 | 110011 | 10010000 | 1001000 | 1000001 | 0 | 101100 | 11101010 | 111001 | 100100 |
Color Harmonies of #283390
Complementary color
Monochromatic Colors of #283390
Black with #283390
Text Example
Text Example
White with #283390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283390; }
p { color: rgb(40,51,144); }
H1.HeaderClassName
{
color: #283390;
}
.AnyTagClassName
{
color: #283390;
}
</style>
background-color css
<style>
a { background-color: #283390; }
a { background-color: rgb(40,51,144); }
div.DivClassName
{
background-color: #283390;
}
.BgClassName
{
background-color: #283390;
}
</style>
border-color css
<style>
span { border-color: #283390; }
span { border-color: rgb(40,51,144); }
td.TdClassName
{
border-color: #283390;
}
.TagClassName
{
border-color: #283390;
}
</style>