Shades of Jacksons Purple #2A3091
Tints of Jacksons Purple #2A3091
RGB
CMYK
RGB Variations
Color information
#2A3091 (or 0x2A3091) is known color: Jacksons Purple. HEX triplet: 2A, 30 and 91. RGB value is (42,48,145). Sum of RGB (Red+Green+Blue) = 42+48+145=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 48 (19.14% from 255 or 20.43% 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 #2A3091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3091 is #D5CF6E. Grayscale: #383838. Windows color (decimal): -14012271 or 9515050. OLE color: 9515050.
HSL color Cylindrical-coordinate representation of color #2A3091: hue angle of 236.5º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A3091 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 48 | 145 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.43 |
| HSL | 236.5º | 0.55% | 0.37% | - |
| HSV(B) | 236.5º | 0.71% | 0.57% | - |
| XYZ | 7.12 | 4.65 | 27.31 | - |
| YUV | 57.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 145 | 0.71 | 0.67 | 0 | 0.43 | 236.5 | 0.55 | 0.37 |
| Hex | 2A | 30 | 91 | 47 | 43 | 0 | 2B | ED | 37 | 25 |
| Octal | 52 | 60 | 221 | 107 | 103 | 0 | 53 | 355 | 67 | 45 |
| Binary | 101010 | 110000 | 10010001 | 1000111 | 1000011 | 0 | 101011 | 11101101 | 110111 | 100101 |
Color Harmonies of #2A3091
Complementary color
Monochromatic Colors of #2A3091
Black with #2A3091
Text Example
Text Example
White with #2A3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3091; }
p { color: rgb(42,48,145); }
H1.HeaderClassName
{
color: #2A3091;
}
.AnyTagClassName
{
color: #2A3091;
}
</style>
background-color css
<style>
a { background-color: #2A3091; }
a { background-color: rgb(42,48,145); }
div.DivClassName
{
background-color: #2A3091;
}
.BgClassName
{
background-color: #2A3091;
}
</style>
border-color css
<style>
span { border-color: #2A3091; }
span { border-color: rgb(42,48,145); }
td.TdClassName
{
border-color: #2A3091;
}
.TagClassName
{
border-color: #2A3091;
}
</style>