Shades of Jacksons Purple #2D288A
Tints of Jacksons Purple #2D288A
RGB
CMYK
RGB Variations
Color information
#2D288A (or 0x2D288A) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 8A. RGB value is (45,40,138). Sum of RGB (Red+Green+Blue) = 45+40+138=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D288A is #D2D775. Grayscale: #343434. Windows color (decimal): -13817718 or 9054253. OLE color: 9054253.
HSL color Cylindrical-coordinate representation of color #2D288A: hue angle of 243.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D288A is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 40 | 138 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.46 |
| HSL | 243.06º | 0.55% | 0.35% | - |
| HSV(B) | 243.06º | 0.71% | 0.54% | - |
| XYZ | 6.43 | 3.91 | 24.46 | - |
| YUV | 52.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 138 | 0.67 | 0.71 | 0 | 0.46 | 243.06 | 0.55 | 0.35 |
| Hex | 2D | 28 | 8A | 43 | 47 | 0 | 2E | F3 | 37 | 23 |
| Octal | 55 | 50 | 212 | 103 | 107 | 0 | 56 | 363 | 67 | 43 |
| Binary | 101101 | 101000 | 10001010 | 1000011 | 1000111 | 0 | 101110 | 11110011 | 110111 | 100011 |
Color Harmonies of #2D288A
Complementary color
Monochromatic Colors of #2D288A
Black with #2D288A
Text Example
Text Example
White with #2D288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D288A; }
p { color: rgb(45,40,138); }
H1.HeaderClassName
{
color: #2D288A;
}
.AnyTagClassName
{
color: #2D288A;
}
</style>
background-color css
<style>
a { background-color: #2D288A; }
a { background-color: rgb(45,40,138); }
div.DivClassName
{
background-color: #2D288A;
}
.BgClassName
{
background-color: #2D288A;
}
</style>
border-color css
<style>
span { border-color: #2D288A; }
span { border-color: rgb(45,40,138); }
td.TdClassName
{
border-color: #2D288A;
}
.TagClassName
{
border-color: #2D288A;
}
</style>