Shades of Jacksons Purple #2B2B8A
Tints of Jacksons Purple #2B2B8A
RGB
CMYK
RGB Variations
Color information
#2B2B8A (or 0x2B2B8A) is known color: Jacksons Purple. HEX triplet: 2B, 2B and 8A. RGB value is (43,43,138). Sum of RGB (Red+Green+Blue) = 43+43+138=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B2B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2B8A is #D4D475. Grayscale: #353535. Windows color (decimal): -13948022 or 9055019. OLE color: 9055019.
HSL color Cylindrical-coordinate representation of color #2B2B8A: hue angle of 240º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B2B8A is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 43 | 138 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.46 |
| HSL | 240º | 0.52% | 0.35% | - |
| HSV(B) | 240º | 0.69% | 0.54% | - |
| XYZ | 6.45 | 4.08 | 24.49 | - |
| YUV | 53.83 | 175.5 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 138 | 0.69 | 0.69 | 0 | 0.46 | 240 | 0.52 | 0.35 |
| Hex | 2B | 2B | 8A | 45 | 45 | 0 | 2E | F0 | 34 | 23 |
| Octal | 53 | 53 | 212 | 105 | 105 | 0 | 56 | 360 | 64 | 43 |
| Binary | 101011 | 101011 | 10001010 | 1000101 | 1000101 | 0 | 101110 | 11110000 | 110100 | 100011 |
Color Harmonies of #2B2B8A
Complementary color
Monochromatic Colors of #2B2B8A
Black with #2B2B8A
Text Example
Text Example
White with #2B2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B8A; }
p { color: rgb(43,43,138); }
H1.HeaderClassName
{
color: #2B2B8A;
}
.AnyTagClassName
{
color: #2B2B8A;
}
</style>
background-color css
<style>
a { background-color: #2B2B8A; }
a { background-color: rgb(43,43,138); }
div.DivClassName
{
background-color: #2B2B8A;
}
.BgClassName
{
background-color: #2B2B8A;
}
</style>
border-color css
<style>
span { border-color: #2B2B8A; }
span { border-color: rgb(43,43,138); }
td.TdClassName
{
border-color: #2B2B8A;
}
.TagClassName
{
border-color: #2B2B8A;
}
</style>