Shades of Jacarta #45315D
Tints of Jacarta #45315D
RGB
CMYK
RGB Variations
Color information
#45315D (or 0x45315D) is known color: Jacarta. HEX triplet: 45, 31 and 5D. RGB value is (69,49,93). Sum of RGB (Red+Green+Blue) = 69+49+93=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #45315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45315D is #BACEA2. Grayscale: #3B3B3B. Windows color (decimal): -12242595 or 6107461. OLE color: 6107461.
HSL color Cylindrical-coordinate representation of color #45315D: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45315D is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 49 | 93 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.64 |
| HSL | 267.27º | 0.31% | 0.28% | - |
| HSV(B) | 267.27º | 0.47% | 0.36% | - |
| XYZ | 5.53 | 4.25 | 10.89 | - |
| YUV | 60 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 93 | 0.26 | 0.47 | 0 | 0.64 | 267.27 | 0.31 | 0.28 |
| Hex | 45 | 31 | 5D | 1A | 2F | 0 | 40 | 10B | 1F | 1C |
| Octal | 105 | 61 | 135 | 32 | 57 | 0 | 100 | 413 | 37 | 34 |
| Binary | 1000101 | 110001 | 1011101 | 11010 | 101111 | 0 | 1000000 | 100001011 | 11111 | 11100 |
Color Harmonies of #45315D
Complementary color
Monochromatic Colors of #45315D
Black with #45315D
Text Example
Text Example
White with #45315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45315D; }
p { color: rgb(69,49,93); }
H1.HeaderClassName
{
color: #45315D;
}
.AnyTagClassName
{
color: #45315D;
}
</style>
background-color css
<style>
a { background-color: #45315D; }
a { background-color: rgb(69,49,93); }
div.DivClassName
{
background-color: #45315D;
}
.BgClassName
{
background-color: #45315D;
}
</style>
border-color css
<style>
span { border-color: #45315D; }
span { border-color: rgb(69,49,93); }
td.TdClassName
{
border-color: #45315D;
}
.TagClassName
{
border-color: #45315D;
}
</style>