Shades of Jacksons Purple #2B318C
Tints of Jacksons Purple #2B318C
RGB
CMYK
RGB Variations
Color information
#2B318C (or 0x2B318C) is known color: Jacksons Purple. HEX triplet: 2B, 31 and 8C. RGB value is (43,49,140). Sum of RGB (Red+Green+Blue) = 43+49+140=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B318C is #D4CE73. Grayscale: #393939. Windows color (decimal): -13946484 or 9187627. OLE color: 9187627.
HSL color Cylindrical-coordinate representation of color #2B318C: hue angle of 236.29º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B318C is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 49 | 140 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.45 |
| HSL | 236.29º | 0.53% | 0.36% | - |
| HSV(B) | 236.29º | 0.69% | 0.55% | - |
| XYZ | 6.83 | 4.6 | 25.34 | - |
| YUV | 57.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 140 | 0.69 | 0.65 | 0 | 0.45 | 236.29 | 0.53 | 0.36 |
| Hex | 2B | 31 | 8C | 45 | 41 | 0 | 2D | EC | 35 | 24 |
| Octal | 53 | 61 | 214 | 105 | 101 | 0 | 55 | 354 | 65 | 44 |
| Binary | 101011 | 110001 | 10001100 | 1000101 | 1000001 | 0 | 101101 | 11101100 | 110101 | 100100 |
Color Harmonies of #2B318C
Complementary color
Monochromatic Colors of #2B318C
Black with #2B318C
Text Example
Text Example
White with #2B318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B318C; }
p { color: rgb(43,49,140); }
H1.HeaderClassName
{
color: #2B318C;
}
.AnyTagClassName
{
color: #2B318C;
}
</style>
background-color css
<style>
a { background-color: #2B318C; }
a { background-color: rgb(43,49,140); }
div.DivClassName
{
background-color: #2B318C;
}
.BgClassName
{
background-color: #2B318C;
}
</style>
border-color css
<style>
span { border-color: #2B318C; }
span { border-color: rgb(43,49,140); }
td.TdClassName
{
border-color: #2B318C;
}
.TagClassName
{
border-color: #2B318C;
}
</style>