Shades of Jacksons Purple #2D2B8A
Tints of Jacksons Purple #2D2B8A
RGB
CMYK
RGB Variations
Color information
#2D2B8A (or 0x2D2B8A) is known color: Jacksons Purple. HEX triplet: 2D, 2B and 8A. RGB value is (45,43,138). Sum of RGB (Red+Green+Blue) = 45+43+138=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D2B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2B8A is #D2D475. Grayscale: #363636. Windows color (decimal): -13816950 or 9055021. OLE color: 9055021.
HSL color Cylindrical-coordinate representation of color #2D2B8A: hue angle of 241.26º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2B8A is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 43 | 138 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.46 |
| HSL | 241.26º | 0.52% | 0.35% | - |
| HSV(B) | 241.26º | 0.69% | 0.54% | - |
| XYZ | 6.53 | 4.12 | 24.5 | - |
| YUV | 54.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 138 | 0.67 | 0.69 | 0 | 0.46 | 241.26 | 0.52 | 0.35 |
| Hex | 2D | 2B | 8A | 43 | 45 | 0 | 2E | F1 | 34 | 23 |
| Octal | 55 | 53 | 212 | 103 | 105 | 0 | 56 | 361 | 64 | 43 |
| Binary | 101101 | 101011 | 10001010 | 1000011 | 1000101 | 0 | 101110 | 11110001 | 110100 | 100011 |
Color Harmonies of #2D2B8A
Complementary color
Monochromatic Colors of #2D2B8A
Black with #2D2B8A
Text Example
Text Example
White with #2D2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2B8A; }
p { color: rgb(45,43,138); }
H1.HeaderClassName
{
color: #2D2B8A;
}
.AnyTagClassName
{
color: #2D2B8A;
}
</style>
background-color css
<style>
a { background-color: #2D2B8A; }
a { background-color: rgb(45,43,138); }
div.DivClassName
{
background-color: #2D2B8A;
}
.BgClassName
{
background-color: #2D2B8A;
}
</style>
border-color css
<style>
span { border-color: #2D2B8A; }
span { border-color: rgb(45,43,138); }
td.TdClassName
{
border-color: #2D2B8A;
}
.TagClassName
{
border-color: #2D2B8A;
}
</style>