Shades of Jacksons Purple #2D2A94
Tints of Jacksons Purple #2D2A94
RGB
CMYK
RGB Variations
Color information
#2D2A94 (or 0x2D2A94) is known color: Jacksons Purple. HEX triplet: 2D, 2A and 94. RGB value is (45,42,148). Sum of RGB (Red+Green+Blue) = 45+42+148=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D2A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2A94 is #D2D56B. Grayscale: #363636. Windows color (decimal): -13817196 or 9710125. OLE color: 9710125.
HSL color Cylindrical-coordinate representation of color #2D2A94: hue angle of 241.7º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D2A94 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 42 | 148 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.42 |
| HSL | 241.7º | 0.56% | 0.37% | - |
| HSV(B) | 241.7º | 0.72% | 0.58% | - |
| XYZ | 7.26 | 4.35 | 28.47 | - |
| YUV | 54.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 148 | 0.70 | 0.72 | 0 | 0.42 | 241.7 | 0.56 | 0.37 |
| Hex | 2D | 2A | 94 | 46 | 48 | 0 | 2A | F2 | 38 | 25 |
| Octal | 55 | 52 | 224 | 106 | 110 | 0 | 52 | 362 | 70 | 45 |
| Binary | 101101 | 101010 | 10010100 | 1000110 | 1001000 | 0 | 101010 | 11110010 | 111000 | 100101 |
Color Harmonies of #2D2A94
Complementary color
Monochromatic Colors of #2D2A94
Black with #2D2A94
Text Example
Text Example
White with #2D2A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A94; }
p { color: rgb(45,42,148); }
H1.HeaderClassName
{
color: #2D2A94;
}
.AnyTagClassName
{
color: #2D2A94;
}
</style>
background-color css
<style>
a { background-color: #2D2A94; }
a { background-color: rgb(45,42,148); }
div.DivClassName
{
background-color: #2D2A94;
}
.BgClassName
{
background-color: #2D2A94;
}
</style>
border-color css
<style>
span { border-color: #2D2A94; }
span { border-color: rgb(45,42,148); }
td.TdClassName
{
border-color: #2D2A94;
}
.TagClassName
{
border-color: #2D2A94;
}
</style>