Shades of Jacksons Purple #2D2892
Tints of Jacksons Purple #2D2892
RGB
CMYK
RGB Variations
Color information
#2D2892 (or 0x2D2892) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 92. RGB value is (45,40,146). Sum of RGB (Red+Green+Blue) = 45+40+146=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D2892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2892 is #D2D76D. Grayscale: #353535. Windows color (decimal): -13817710 or 9578541. OLE color: 9578541.
HSL color Cylindrical-coordinate representation of color #2D2892: hue angle of 242.83º degrees, saturation: 0.57, 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 #2D2892 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 40 | 146 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.43 |
| HSL | 242.83º | 0.57% | 0.36% | - |
| HSV(B) | 242.83º | 0.73% | 0.57% | - |
| XYZ | 7.03 | 4.15 | 27.62 | - |
| YUV | 53.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 146 | 0.69 | 0.73 | 0 | 0.43 | 242.83 | 0.57 | 0.36 |
| Hex | 2D | 28 | 92 | 45 | 49 | 0 | 2B | F3 | 39 | 24 |
| Octal | 55 | 50 | 222 | 105 | 111 | 0 | 53 | 363 | 71 | 44 |
| Binary | 101101 | 101000 | 10010010 | 1000101 | 1001001 | 0 | 101011 | 11110011 | 111001 | 100100 |
Color Harmonies of #2D2892
Complementary color
Monochromatic Colors of #2D2892
Black with #2D2892
Text Example
Text Example
White with #2D2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2892; }
p { color: rgb(45,40,146); }
H1.HeaderClassName
{
color: #2D2892;
}
.AnyTagClassName
{
color: #2D2892;
}
</style>
background-color css
<style>
a { background-color: #2D2892; }
a { background-color: rgb(45,40,146); }
div.DivClassName
{
background-color: #2D2892;
}
.BgClassName
{
background-color: #2D2892;
}
</style>
border-color css
<style>
span { border-color: #2D2892; }
span { border-color: rgb(45,40,146); }
td.TdClassName
{
border-color: #2D2892;
}
.TagClassName
{
border-color: #2D2892;
}
</style>