Shades of Jacksons Purple #283091
Tints of Jacksons Purple #283091
RGB
CMYK
RGB Variations
Color information
#283091 (or 0x283091) is known color: Jacksons Purple. HEX triplet: 28, 30 and 91. RGB value is (40,48,145). Sum of RGB (Red+Green+Blue) = 40+48+145=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #283091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283091 is #D7CF6E. Grayscale: #383838. Windows color (decimal): -14143343 or 9515048. OLE color: 9515048.
HSL color Cylindrical-coordinate representation of color #283091: hue angle of 235.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283091 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 48 | 145 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.43 |
| HSL | 235.43º | 0.57% | 0.36% | - |
| HSV(B) | 235.43º | 0.72% | 0.57% | - |
| XYZ | 7.04 | 4.61 | 27.31 | - |
| YUV | 56.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 145 | 0.72 | 0.67 | 0 | 0.43 | 235.43 | 0.57 | 0.36 |
| Hex | 28 | 30 | 91 | 48 | 43 | 0 | 2B | EB | 39 | 24 |
| Octal | 50 | 60 | 221 | 110 | 103 | 0 | 53 | 353 | 71 | 44 |
| Binary | 101000 | 110000 | 10010001 | 1001000 | 1000011 | 0 | 101011 | 11101011 | 111001 | 100100 |
Color Harmonies of #283091
Complementary color
Monochromatic Colors of #283091
Black with #283091
Text Example
Text Example
White with #283091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283091; }
p { color: rgb(40,48,145); }
H1.HeaderClassName
{
color: #283091;
}
.AnyTagClassName
{
color: #283091;
}
</style>
background-color css
<style>
a { background-color: #283091; }
a { background-color: rgb(40,48,145); }
div.DivClassName
{
background-color: #283091;
}
.BgClassName
{
background-color: #283091;
}
</style>
border-color css
<style>
span { border-color: #283091; }
span { border-color: rgb(40,48,145); }
td.TdClassName
{
border-color: #283091;
}
.TagClassName
{
border-color: #283091;
}
</style>