Shades of Jacksons Purple #2D3085
Tints of Jacksons Purple #2D3085
RGB
CMYK
RGB Variations
Color information
#2D3085 (or 0x2D3085) is known color: Jacksons Purple. HEX triplet: 2D, 30 and 85. RGB value is (45,48,133). Sum of RGB (Red+Green+Blue) = 45+48+133=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D3085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3085 is #D2CF7A. Grayscale: #383838. Windows color (decimal): -13815675 or 8728621. OLE color: 8728621.
HSL color Cylindrical-coordinate representation of color #2D3085: hue angle of 237.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D3085 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 48 | 133 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.48 |
| HSL | 237.95º | 0.49% | 0.35% | - |
| HSV(B) | 237.95º | 0.66% | 0.52% | - |
| XYZ | 6.37 | 4.37 | 22.7 | - |
| YUV | 56.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 133 | 0.66 | 0.64 | 0 | 0.48 | 237.95 | 0.49 | 0.35 |
| Hex | 2D | 30 | 85 | 42 | 40 | 0 | 30 | EE | 31 | 23 |
| Octal | 55 | 60 | 205 | 102 | 100 | 0 | 60 | 356 | 61 | 43 |
| Binary | 101101 | 110000 | 10000101 | 1000010 | 1000000 | 0 | 110000 | 11101110 | 110001 | 100011 |
Color Harmonies of #2D3085
Complementary color
Monochromatic Colors of #2D3085
Black with #2D3085
Text Example
Text Example
White with #2D3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3085; }
p { color: rgb(45,48,133); }
H1.HeaderClassName
{
color: #2D3085;
}
.AnyTagClassName
{
color: #2D3085;
}
</style>
background-color css
<style>
a { background-color: #2D3085; }
a { background-color: rgb(45,48,133); }
div.DivClassName
{
background-color: #2D3085;
}
.BgClassName
{
background-color: #2D3085;
}
</style>
border-color css
<style>
span { border-color: #2D3085; }
span { border-color: rgb(45,48,133); }
td.TdClassName
{
border-color: #2D3085;
}
.TagClassName
{
border-color: #2D3085;
}
</style>