Shades of Jacarta #45385F
Tints of Jacarta #45385F
RGB
CMYK
RGB Variations
Color information
#45385F (or 0x45385F) is known color: Jacarta. HEX triplet: 45, 38 and 5F. RGB value is (69,56,95). Sum of RGB (Red+Green+Blue) = 69+56+95=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #45385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45385F is #BAC7A0. Grayscale: #404040. Windows color (decimal): -12240801 or 6240325. OLE color: 6240325.
HSL color Cylindrical-coordinate representation of color #45385F: hue angle of 260º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45385F is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 56 | 95 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.63 |
| HSL | 260º | 0.26% | 0.3% | - |
| HSV(B) | 260º | 0.41% | 0.37% | - |
| XYZ | 5.93 | 4.92 | 11.46 | - |
| YUV | 64.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 95 | 0.27 | 0.41 | 0 | 0.63 | 260 | 0.26 | 0.3 |
| Hex | 45 | 38 | 5F | 1B | 29 | 0 | 3F | 104 | 1A | 1E |
| Octal | 105 | 70 | 137 | 33 | 51 | 0 | 77 | 404 | 32 | 36 |
| Binary | 1000101 | 111000 | 1011111 | 11011 | 101001 | 0 | 111111 | 100000100 | 11010 | 11110 |
Color Harmonies of #45385F
Complementary color
Monochromatic Colors of #45385F
Black with #45385F
Text Example
Text Example
White with #45385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45385F; }
p { color: rgb(69,56,95); }
H1.HeaderClassName
{
color: #45385F;
}
.AnyTagClassName
{
color: #45385F;
}
</style>
background-color css
<style>
a { background-color: #45385F; }
a { background-color: rgb(69,56,95); }
div.DivClassName
{
background-color: #45385F;
}
.BgClassName
{
background-color: #45385F;
}
</style>
border-color css
<style>
span { border-color: #45385F; }
span { border-color: rgb(69,56,95); }
td.TdClassName
{
border-color: #45385F;
}
.TagClassName
{
border-color: #45385F;
}
</style>