Shades of Jacarta #40345A
Tints of Jacarta #40345A
RGB
CMYK
RGB Variations
Color information
#40345A (or 0x40345A) is known color: Jacarta. HEX triplet: 40, 34 and 5A. RGB value is (64,52,90). Sum of RGB (Red+Green+Blue) = 64+52+90=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #40345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40345A is #BFCBA5. Grayscale: #3B3B3B. Windows color (decimal): -12569510 or 5911616. OLE color: 5911616.
HSL color Cylindrical-coordinate representation of color #40345A: hue angle of 258.95º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40345A is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 52 | 90 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.65 |
| HSL | 258.95º | 0.27% | 0.28% | - |
| HSV(B) | 258.95º | 0.42% | 0.35% | - |
| XYZ | 5.19 | 4.28 | 10.23 | - |
| YUV | 59.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 90 | 0.29 | 0.42 | 0 | 0.65 | 258.95 | 0.27 | 0.28 |
| Hex | 40 | 34 | 5A | 1D | 2A | 0 | 41 | 103 | 1B | 1C |
| Octal | 100 | 64 | 132 | 35 | 52 | 0 | 101 | 403 | 33 | 34 |
| Binary | 1000000 | 110100 | 1011010 | 11101 | 101010 | 0 | 1000001 | 100000011 | 11011 | 11100 |
Color Harmonies of #40345A
Complementary color
Monochromatic Colors of #40345A
Black with #40345A
Text Example
Text Example
White with #40345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40345A; }
p { color: rgb(64,52,90); }
H1.HeaderClassName
{
color: #40345A;
}
.AnyTagClassName
{
color: #40345A;
}
</style>
background-color css
<style>
a { background-color: #40345A; }
a { background-color: rgb(64,52,90); }
div.DivClassName
{
background-color: #40345A;
}
.BgClassName
{
background-color: #40345A;
}
</style>
border-color css
<style>
span { border-color: #40345A; }
span { border-color: rgb(64,52,90); }
td.TdClassName
{
border-color: #40345A;
}
.TagClassName
{
border-color: #40345A;
}
</style>