Shades of Jacksons Purple #2B2F8A
Tints of Jacksons Purple #2B2F8A
RGB
CMYK
RGB Variations
Color information
#2B2F8A (or 0x2B2F8A) is known color: Jacksons Purple. HEX triplet: 2B, 2F and 8A. RGB value is (43,47,138). Sum of RGB (Red+Green+Blue) = 43+47+138=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B2F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2F8A is #D4D075. Grayscale: #373737. Windows color (decimal): -13946998 or 9056043. OLE color: 9056043.
HSL color Cylindrical-coordinate representation of color #2B2F8A: hue angle of 237.47º 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 #2B2F8A is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 47 | 138 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.46 |
| HSL | 237.47º | 0.52% | 0.35% | - |
| HSV(B) | 237.47º | 0.69% | 0.54% | - |
| XYZ | 6.6 | 4.38 | 24.54 | - |
| YUV | 56.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 138 | 0.69 | 0.66 | 0 | 0.46 | 237.47 | 0.52 | 0.35 |
| Hex | 2B | 2F | 8A | 45 | 42 | 0 | 2E | ED | 34 | 23 |
| Octal | 53 | 57 | 212 | 105 | 102 | 0 | 56 | 355 | 64 | 43 |
| Binary | 101011 | 101111 | 10001010 | 1000101 | 1000010 | 0 | 101110 | 11101101 | 110100 | 100011 |
Color Harmonies of #2B2F8A
Complementary color
Monochromatic Colors of #2B2F8A
Black with #2B2F8A
Text Example
Text Example
White with #2B2F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F8A; }
p { color: rgb(43,47,138); }
H1.HeaderClassName
{
color: #2B2F8A;
}
.AnyTagClassName
{
color: #2B2F8A;
}
</style>
background-color css
<style>
a { background-color: #2B2F8A; }
a { background-color: rgb(43,47,138); }
div.DivClassName
{
background-color: #2B2F8A;
}
.BgClassName
{
background-color: #2B2F8A;
}
</style>
border-color css
<style>
span { border-color: #2B2F8A; }
span { border-color: rgb(43,47,138); }
td.TdClassName
{
border-color: #2B2F8A;
}
.TagClassName
{
border-color: #2B2F8A;
}
</style>