Shades of Jacksons Purple #2D3497
Tints of Jacksons Purple #2D3497
RGB
CMYK
RGB Variations
Color information
#2D3497 (or 0x2D3497) is known color: Jacksons Purple. HEX triplet: 2D, 34 and 97. RGB value is (45,52,151). Sum of RGB (Red+Green+Blue) = 45+52+151=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #2D3497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3497 is #D2CB68. Grayscale: #3C3C3C. Windows color (decimal): -13814633 or 9909293. OLE color: 9909293.
HSL color Cylindrical-coordinate representation of color #2D3497: hue angle of 236.04º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D3497 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 52 | 151 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.41 |
| HSL | 236.04º | 0.54% | 0.38% | - |
| HSV(B) | 236.04º | 0.7% | 0.59% | - |
| XYZ | 7.9 | 5.25 | 29.88 | - |
| YUV | 61.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 151 | 0.70 | 0.66 | 0 | 0.41 | 236.04 | 0.54 | 0.38 |
| Hex | 2D | 34 | 97 | 46 | 42 | 0 | 29 | EC | 36 | 26 |
| Octal | 55 | 64 | 227 | 106 | 102 | 0 | 51 | 354 | 66 | 46 |
| Binary | 101101 | 110100 | 10010111 | 1000110 | 1000010 | 0 | 101001 | 11101100 | 110110 | 100110 |
Color Harmonies of #2D3497
Complementary color
Monochromatic Colors of #2D3497
Black with #2D3497
Text Example
Text Example
White with #2D3497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3497; }
p { color: rgb(45,52,151); }
H1.HeaderClassName
{
color: #2D3497;
}
.AnyTagClassName
{
color: #2D3497;
}
</style>
background-color css
<style>
a { background-color: #2D3497; }
a { background-color: rgb(45,52,151); }
div.DivClassName
{
background-color: #2D3497;
}
.BgClassName
{
background-color: #2D3497;
}
</style>
border-color css
<style>
span { border-color: #2D3497; }
span { border-color: rgb(45,52,151); }
td.TdClassName
{
border-color: #2D3497;
}
.TagClassName
{
border-color: #2D3497;
}
</style>