Shades of Jacksons Purple #2D288B
Tints of Jacksons Purple #2D288B
RGB
CMYK
RGB Variations
Color information
#2D288B (or 0x2D288B) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 8B. RGB value is (45,40,139). Sum of RGB (Red+Green+Blue) = 45+40+139=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D288B is #D2D774. Grayscale: #343434. Windows color (decimal): -13817717 or 9119789. OLE color: 9119789.
HSL color Cylindrical-coordinate representation of color #2D288B: hue angle of 243.03º degrees, saturation: 0.55, 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 #2D288B is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 40 | 139 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.45 |
| HSL | 243.03º | 0.55% | 0.35% | - |
| HSV(B) | 243.03º | 0.71% | 0.55% | - |
| XYZ | 6.5 | 3.94 | 24.84 | - |
| YUV | 52.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 139 | 0.68 | 0.71 | 0 | 0.45 | 243.03 | 0.55 | 0.35 |
| Hex | 2D | 28 | 8B | 44 | 47 | 0 | 2D | F3 | 37 | 23 |
| Octal | 55 | 50 | 213 | 104 | 107 | 0 | 55 | 363 | 67 | 43 |
| Binary | 101101 | 101000 | 10001011 | 1000100 | 1000111 | 0 | 101101 | 11110011 | 110111 | 100011 |
Color Harmonies of #2D288B
Complementary color
Monochromatic Colors of #2D288B
Black with #2D288B
Text Example
Text Example
White with #2D288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D288B; }
p { color: rgb(45,40,139); }
H1.HeaderClassName
{
color: #2D288B;
}
.AnyTagClassName
{
color: #2D288B;
}
</style>
background-color css
<style>
a { background-color: #2D288B; }
a { background-color: rgb(45,40,139); }
div.DivClassName
{
background-color: #2D288B;
}
.BgClassName
{
background-color: #2D288B;
}
</style>
border-color css
<style>
span { border-color: #2D288B; }
span { border-color: rgb(45,40,139); }
td.TdClassName
{
border-color: #2D288B;
}
.TagClassName
{
border-color: #2D288B;
}
</style>