Shades of Jacarta #45325D
Tints of Jacarta #45325D
RGB
CMYK
RGB Variations
Color information
#45325D (or 0x45325D) is known color: Jacarta. HEX triplet: 45, 32 and 5D. RGB value is (69,50,93). Sum of RGB (Red+Green+Blue) = 69+50+93=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #45325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45325D is #BACDA2. Grayscale: #3C3C3C. Windows color (decimal): -12242339 or 6107717. OLE color: 6107717.
HSL color Cylindrical-coordinate representation of color #45325D: hue angle of 266.51º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45325D is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 50 | 93 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.64 |
| HSL | 266.51º | 0.3% | 0.28% | - |
| HSV(B) | 266.51º | 0.46% | 0.36% | - |
| XYZ | 5.57 | 4.34 | 10.9 | - |
| YUV | 60.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 93 | 0.26 | 0.46 | 0 | 0.64 | 266.51 | 0.3 | 0.28 |
| Hex | 45 | 32 | 5D | 1A | 2E | 0 | 40 | 10B | 1E | 1C |
| Octal | 105 | 62 | 135 | 32 | 56 | 0 | 100 | 413 | 36 | 34 |
| Binary | 1000101 | 110010 | 1011101 | 11010 | 101110 | 0 | 1000000 | 100001011 | 11110 | 11100 |
Color Harmonies of #45325D
Complementary color
Monochromatic Colors of #45325D
Black with #45325D
Text Example
Text Example
White with #45325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45325D; }
p { color: rgb(69,50,93); }
H1.HeaderClassName
{
color: #45325D;
}
.AnyTagClassName
{
color: #45325D;
}
</style>
background-color css
<style>
a { background-color: #45325D; }
a { background-color: rgb(69,50,93); }
div.DivClassName
{
background-color: #45325D;
}
.BgClassName
{
background-color: #45325D;
}
</style>
border-color css
<style>
span { border-color: #45325D; }
span { border-color: rgb(69,50,93); }
td.TdClassName
{
border-color: #45325D;
}
.TagClassName
{
border-color: #45325D;
}
</style>