Shades of Jacksons Purple #2D308B
Tints of Jacksons Purple #2D308B
RGB
CMYK
RGB Variations
Color information
#2D308B (or 0x2D308B) is known color: Jacksons Purple. HEX triplet: 2D, 30 and 8B. RGB value is (45,48,139). Sum of RGB (Red+Green+Blue) = 45+48+139=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D308B is #D2CF74. Grayscale: #393939. Windows color (decimal): -13815669 or 9121837. OLE color: 9121837.
HSL color Cylindrical-coordinate representation of color #2D308B: hue angle of 238.09º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D308B is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 48 | 139 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.45 |
| HSL | 238.09º | 0.51% | 0.36% | - |
| HSV(B) | 238.09º | 0.68% | 0.55% | - |
| XYZ | 6.8 | 4.54 | 24.94 | - |
| YUV | 57.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 139 | 0.68 | 0.65 | 0 | 0.45 | 238.09 | 0.51 | 0.36 |
| Hex | 2D | 30 | 8B | 44 | 41 | 0 | 2D | EE | 33 | 24 |
| Octal | 55 | 60 | 213 | 104 | 101 | 0 | 55 | 356 | 63 | 44 |
| Binary | 101101 | 110000 | 10001011 | 1000100 | 1000001 | 0 | 101101 | 11101110 | 110011 | 100100 |
Color Harmonies of #2D308B
Complementary color
Monochromatic Colors of #2D308B
Black with #2D308B
Text Example
Text Example
White with #2D308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D308B; }
p { color: rgb(45,48,139); }
H1.HeaderClassName
{
color: #2D308B;
}
.AnyTagClassName
{
color: #2D308B;
}
</style>
background-color css
<style>
a { background-color: #2D308B; }
a { background-color: rgb(45,48,139); }
div.DivClassName
{
background-color: #2D308B;
}
.BgClassName
{
background-color: #2D308B;
}
</style>
border-color css
<style>
span { border-color: #2D308B; }
span { border-color: rgb(45,48,139); }
td.TdClassName
{
border-color: #2D308B;
}
.TagClassName
{
border-color: #2D308B;
}
</style>