Shades of Jacksons Purple #2D288C
Tints of Jacksons Purple #2D288C
RGB
CMYK
RGB Variations
Color information
#2D288C (or 0x2D288C) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 8C. RGB value is (45,40,140). Sum of RGB (Red+Green+Blue) = 45+40+140=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D288C is #D2D773. Grayscale: #343434. Windows color (decimal): -13817716 or 9185325. OLE color: 9185325.
HSL color Cylindrical-coordinate representation of color #2D288C: hue angle of 243º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D288C is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 40 | 140 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.45 |
| HSL | 243º | 0.56% | 0.35% | - |
| HSV(B) | 243º | 0.71% | 0.55% | - |
| XYZ | 6.57 | 3.97 | 25.23 | - |
| YUV | 52.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 140 | 0.68 | 0.71 | 0 | 0.45 | 243 | 0.56 | 0.35 |
| Hex | 2D | 28 | 8C | 44 | 47 | 0 | 2D | F3 | 38 | 23 |
| Octal | 55 | 50 | 214 | 104 | 107 | 0 | 55 | 363 | 70 | 43 |
| Binary | 101101 | 101000 | 10001100 | 1000100 | 1000111 | 0 | 101101 | 11110011 | 111000 | 100011 |
Color Harmonies of #2D288C
Complementary color
Monochromatic Colors of #2D288C
Black with #2D288C
Text Example
Text Example
White with #2D288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D288C; }
p { color: rgb(45,40,140); }
H1.HeaderClassName
{
color: #2D288C;
}
.AnyTagClassName
{
color: #2D288C;
}
</style>
background-color css
<style>
a { background-color: #2D288C; }
a { background-color: rgb(45,40,140); }
div.DivClassName
{
background-color: #2D288C;
}
.BgClassName
{
background-color: #2D288C;
}
</style>
border-color css
<style>
span { border-color: #2D288C; }
span { border-color: rgb(45,40,140); }
td.TdClassName
{
border-color: #2D288C;
}
.TagClassName
{
border-color: #2D288C;
}
</style>