Shades of Jacksons Purple #2A2A93
Tints of Jacksons Purple #2A2A93
RGB
CMYK
RGB Variations
Color information
#2A2A93 (or 0x2A2A93) is known color: Jacksons Purple. HEX triplet: 2A, 2A and 93. RGB value is (42,42,147). Sum of RGB (Red+Green+Blue) = 42+42+147=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A2A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2A93 is #D5D56C. Grayscale: #353535. Windows color (decimal): -14013805 or 9644586. OLE color: 9644586.
HSL color Cylindrical-coordinate representation of color #2A2A93: hue angle of 240º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A2A93 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 42 | 147 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.42 |
| HSL | 240º | 0.56% | 0.37% | - |
| HSV(B) | 240º | 0.71% | 0.58% | - |
| XYZ | 7.05 | 4.25 | 28.05 | - |
| YUV | 53.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 42 | 147 | 0.71 | 0.71 | 0 | 0.42 | 240 | 0.56 | 0.37 |
| Hex | 2A | 2A | 93 | 47 | 47 | 0 | 2A | F0 | 38 | 25 |
| Octal | 52 | 52 | 223 | 107 | 107 | 0 | 52 | 360 | 70 | 45 |
| Binary | 101010 | 101010 | 10010011 | 1000111 | 1000111 | 0 | 101010 | 11110000 | 111000 | 100101 |
Color Harmonies of #2A2A93
Complementary color
Monochromatic Colors of #2A2A93
Black with #2A2A93
Text Example
Text Example
White with #2A2A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2A93; }
p { color: rgb(42,42,147); }
H1.HeaderClassName
{
color: #2A2A93;
}
.AnyTagClassName
{
color: #2A2A93;
}
</style>
background-color css
<style>
a { background-color: #2A2A93; }
a { background-color: rgb(42,42,147); }
div.DivClassName
{
background-color: #2A2A93;
}
.BgClassName
{
background-color: #2A2A93;
}
</style>
border-color css
<style>
span { border-color: #2A2A93; }
span { border-color: rgb(42,42,147); }
td.TdClassName
{
border-color: #2A2A93;
}
.TagClassName
{
border-color: #2A2A93;
}
</style>