Shades of Jacksons Purple #273391
Tints of Jacksons Purple #273391
RGB
CMYK
RGB Variations
Color information
#273391 (or 0x273391) is known color: Jacksons Purple. HEX triplet: 27, 33 and 91. RGB value is (39,51,145). Sum of RGB (Red+Green+Blue) = 39+51+145=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #273391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273391 is #D8CC6E. Grayscale: #393939. Windows color (decimal): -14208111 or 9515815. OLE color: 9515815.
HSL color Cylindrical-coordinate representation of color #273391: hue angle of 233.21º degrees, saturation: 0.58, 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 #273391 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 51 | 145 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.43 |
| HSL | 233.21º | 0.58% | 0.36% | - |
| HSV(B) | 233.21º | 0.73% | 0.57% | - |
| XYZ | 7.13 | 4.84 | 27.35 | - |
| YUV | 58.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 145 | 0.73 | 0.65 | 0 | 0.43 | 233.21 | 0.58 | 0.36 |
| Hex | 27 | 33 | 91 | 49 | 41 | 0 | 2B | E9 | 3A | 24 |
| Octal | 47 | 63 | 221 | 111 | 101 | 0 | 53 | 351 | 72 | 44 |
| Binary | 100111 | 110011 | 10010001 | 1001001 | 1000001 | 0 | 101011 | 11101001 | 111010 | 100100 |
Color Harmonies of #273391
Complementary color
Monochromatic Colors of #273391
Black with #273391
Text Example
Text Example
White with #273391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273391; }
p { color: rgb(39,51,145); }
H1.HeaderClassName
{
color: #273391;
}
.AnyTagClassName
{
color: #273391;
}
</style>
background-color css
<style>
a { background-color: #273391; }
a { background-color: rgb(39,51,145); }
div.DivClassName
{
background-color: #273391;
}
.BgClassName
{
background-color: #273391;
}
</style>
border-color css
<style>
span { border-color: #273391; }
span { border-color: rgb(39,51,145); }
td.TdClassName
{
border-color: #273391;
}
.TagClassName
{
border-color: #273391;
}
</style>