Shades of Jacksons Purple #2D278A
Tints of Jacksons Purple #2D278A
RGB
CMYK
RGB Variations
Color information
#2D278A (or 0x2D278A) is known color: Jacksons Purple. HEX triplet: 2D, 27 and 8A. RGB value is (45,39,138). Sum of RGB (Red+Green+Blue) = 45+39+138=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D278A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D278A is #D2D875. Grayscale: #333333. Windows color (decimal): -13817974 or 9053997. OLE color: 9053997.
HSL color Cylindrical-coordinate representation of color #2D278A: hue angle of 243.64º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D278A is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 39 | 138 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.46 |
| HSL | 243.64º | 0.56% | 0.35% | - |
| HSV(B) | 243.64º | 0.72% | 0.54% | - |
| XYZ | 6.4 | 3.84 | 24.45 | - |
| YUV | 52.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 138 | 0.67 | 0.72 | 0 | 0.46 | 243.64 | 0.56 | 0.35 |
| Hex | 2D | 27 | 8A | 43 | 48 | 0 | 2E | F4 | 38 | 23 |
| Octal | 55 | 47 | 212 | 103 | 110 | 0 | 56 | 364 | 70 | 43 |
| Binary | 101101 | 100111 | 10001010 | 1000011 | 1001000 | 0 | 101110 | 11110100 | 111000 | 100011 |
Color Harmonies of #2D278A
Complementary color
Monochromatic Colors of #2D278A
Black with #2D278A
Text Example
Text Example
White with #2D278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D278A; }
p { color: rgb(45,39,138); }
H1.HeaderClassName
{
color: #2D278A;
}
.AnyTagClassName
{
color: #2D278A;
}
</style>
background-color css
<style>
a { background-color: #2D278A; }
a { background-color: rgb(45,39,138); }
div.DivClassName
{
background-color: #2D278A;
}
.BgClassName
{
background-color: #2D278A;
}
</style>
border-color css
<style>
span { border-color: #2D278A; }
span { border-color: rgb(45,39,138); }
td.TdClassName
{
border-color: #2D278A;
}
.TagClassName
{
border-color: #2D278A;
}
</style>