Shades of Jacksons Purple #2B368F
Tints of Jacksons Purple #2B368F
RGB
CMYK
RGB Variations
Color information
#2B368F (or 0x2B368F) is known color: Jacksons Purple. HEX triplet: 2B, 36 and 8F. RGB value is (43,54,143). Sum of RGB (Red+Green+Blue) = 43+54+143=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B368F is #D4C970. Grayscale: #3C3C3C. Windows color (decimal): -13945201 or 9385515. OLE color: 9385515.
HSL color Cylindrical-coordinate representation of color #2B368F: hue angle of 233.4º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B368F is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 54 | 143 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.44 |
| HSL | 233.4º | 0.54% | 0.36% | - |
| HSV(B) | 233.4º | 0.7% | 0.56% | - |
| XYZ | 7.27 | 5.14 | 26.59 | - |
| YUV | 60.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 143 | 0.70 | 0.62 | 0 | 0.44 | 233.4 | 0.54 | 0.36 |
| Hex | 2B | 36 | 8F | 46 | 3E | 0 | 2C | E9 | 36 | 24 |
| Octal | 53 | 66 | 217 | 106 | 76 | 0 | 54 | 351 | 66 | 44 |
| Binary | 101011 | 110110 | 10001111 | 1000110 | 111110 | 0 | 101100 | 11101001 | 110110 | 100100 |
Color Harmonies of #2B368F
Complementary color
Monochromatic Colors of #2B368F
Black with #2B368F
Text Example
Text Example
White with #2B368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B368F; }
p { color: rgb(43,54,143); }
H1.HeaderClassName
{
color: #2B368F;
}
.AnyTagClassName
{
color: #2B368F;
}
</style>
background-color css
<style>
a { background-color: #2B368F; }
a { background-color: rgb(43,54,143); }
div.DivClassName
{
background-color: #2B368F;
}
.BgClassName
{
background-color: #2B368F;
}
</style>
border-color css
<style>
span { border-color: #2B368F; }
span { border-color: rgb(43,54,143); }
td.TdClassName
{
border-color: #2B368F;
}
.TagClassName
{
border-color: #2B368F;
}
</style>