Shades of Jacarta #45345E
Tints of Jacarta #45345E
RGB
CMYK
RGB Variations
Color information
#45345E (or 0x45345E) is known color: Jacarta. HEX triplet: 45, 34 and 5E. RGB value is (69,52,94). Sum of RGB (Red+Green+Blue) = 69+52+94=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #45345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45345E is #BACBA1. Grayscale: #3D3D3D. Windows color (decimal): -12241826 or 6173765. OLE color: 6173765.
HSL color Cylindrical-coordinate representation of color #45345E: hue angle of 264.29º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45345E is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 52 | 94 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.63 |
| HSL | 264.29º | 0.29% | 0.29% | - |
| HSV(B) | 264.29º | 0.45% | 0.37% | - |
| XYZ | 5.7 | 4.53 | 11.16 | - |
| YUV | 61.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 94 | 0.27 | 0.45 | 0 | 0.63 | 264.29 | 0.29 | 0.29 |
| Hex | 45 | 34 | 5E | 1B | 2D | 0 | 3F | 108 | 1D | 1D |
| Octal | 105 | 64 | 136 | 33 | 55 | 0 | 77 | 410 | 35 | 35 |
| Binary | 1000101 | 110100 | 1011110 | 11011 | 101101 | 0 | 111111 | 100001000 | 11101 | 11101 |
Color Harmonies of #45345E
Complementary color
Monochromatic Colors of #45345E
Black with #45345E
Text Example
Text Example
White with #45345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45345E; }
p { color: rgb(69,52,94); }
H1.HeaderClassName
{
color: #45345E;
}
.AnyTagClassName
{
color: #45345E;
}
</style>
background-color css
<style>
a { background-color: #45345E; }
a { background-color: rgb(69,52,94); }
div.DivClassName
{
background-color: #45345E;
}
.BgClassName
{
background-color: #45345E;
}
</style>
border-color css
<style>
span { border-color: #45345E; }
span { border-color: rgb(69,52,94); }
td.TdClassName
{
border-color: #45345E;
}
.TagClassName
{
border-color: #45345E;
}
</style>