Shades of Jacksons Purple #2D278B
Tints of Jacksons Purple #2D278B
RGB
CMYK
RGB Variations
Color information
#2D278B (or 0x2D278B) is known color: Jacksons Purple. HEX triplet: 2D, 27 and 8B. RGB value is (45,39,139). Sum of RGB (Red+Green+Blue) = 45+39+139=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D278B is #D2D874. Grayscale: #333333. Windows color (decimal): -13817973 or 9119533. OLE color: 9119533.
HSL color Cylindrical-coordinate representation of color #2D278B: hue angle of 243.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D278B is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 39 | 139 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.45 |
| HSL | 243.6º | 0.56% | 0.35% | - |
| HSV(B) | 243.6º | 0.72% | 0.55% | - |
| XYZ | 6.47 | 3.87 | 24.83 | - |
| YUV | 52.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 139 | 0.68 | 0.72 | 0 | 0.45 | 243.6 | 0.56 | 0.35 |
| Hex | 2D | 27 | 8B | 44 | 48 | 0 | 2D | F4 | 38 | 23 |
| Octal | 55 | 47 | 213 | 104 | 110 | 0 | 55 | 364 | 70 | 43 |
| Binary | 101101 | 100111 | 10001011 | 1000100 | 1001000 | 0 | 101101 | 11110100 | 111000 | 100011 |
Color Harmonies of #2D278B
Complementary color
Monochromatic Colors of #2D278B
Black with #2D278B
Text Example
Text Example
White with #2D278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D278B; }
p { color: rgb(45,39,139); }
H1.HeaderClassName
{
color: #2D278B;
}
.AnyTagClassName
{
color: #2D278B;
}
</style>
background-color css
<style>
a { background-color: #2D278B; }
a { background-color: rgb(45,39,139); }
div.DivClassName
{
background-color: #2D278B;
}
.BgClassName
{
background-color: #2D278B;
}
</style>
border-color css
<style>
span { border-color: #2D278B; }
span { border-color: rgb(45,39,139); }
td.TdClassName
{
border-color: #2D278B;
}
.TagClassName
{
border-color: #2D278B;
}
</style>