Shades of Jacksons Purple #2D2F91
Tints of Jacksons Purple #2D2F91
RGB
CMYK
RGB Variations
Color information
#2D2F91 (or 0x2D2F91) is known color: Jacksons Purple. HEX triplet: 2D, 2F and 91. RGB value is (45,47,145). Sum of RGB (Red+Green+Blue) = 45+47+145=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D2F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2F91 is #D2D06E. Grayscale: #393939. Windows color (decimal): -13815919 or 9514797. OLE color: 9514797.
HSL color Cylindrical-coordinate representation of color #2D2F91: hue angle of 238.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2F91 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 47 | 145 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.43 |
| HSL | 238.8º | 0.53% | 0.37% | - |
| HSV(B) | 238.8º | 0.69% | 0.57% | - |
| XYZ | 7.21 | 4.64 | 27.3 | - |
| YUV | 57.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 47 | 145 | 0.69 | 0.68 | 0 | 0.43 | 238.8 | 0.53 | 0.37 |
| Hex | 2D | 2F | 91 | 45 | 44 | 0 | 2B | EF | 35 | 25 |
| Octal | 55 | 57 | 221 | 105 | 104 | 0 | 53 | 357 | 65 | 45 |
| Binary | 101101 | 101111 | 10010001 | 1000101 | 1000100 | 0 | 101011 | 11101111 | 110101 | 100101 |
Color Harmonies of #2D2F91
Complementary color
Monochromatic Colors of #2D2F91
Black with #2D2F91
Text Example
Text Example
White with #2D2F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2F91; }
p { color: rgb(45,47,145); }
H1.HeaderClassName
{
color: #2D2F91;
}
.AnyTagClassName
{
color: #2D2F91;
}
</style>
background-color css
<style>
a { background-color: #2D2F91; }
a { background-color: rgb(45,47,145); }
div.DivClassName
{
background-color: #2D2F91;
}
.BgClassName
{
background-color: #2D2F91;
}
</style>
border-color css
<style>
span { border-color: #2D2F91; }
span { border-color: rgb(45,47,145); }
td.TdClassName
{
border-color: #2D2F91;
}
.TagClassName
{
border-color: #2D2F91;
}
</style>