Shades of Jacarta #423A60
Tints of Jacarta #423A60
RGB
CMYK
RGB Variations
Color information
#423A60 (or 0x423A60) is known color: Jacarta. HEX triplet: 42, 3A and 60. RGB value is (66,58,96). Sum of RGB (Red+Green+Blue) = 66+58+96=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #423A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A60 is #BDC59F. Grayscale: #404040. Windows color (decimal): -12436896 or 6306370. OLE color: 6306370.
HSL color Cylindrical-coordinate representation of color #423A60: hue angle of 252.63º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #423A60 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 58 | 96 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.62 |
| HSL | 252.63º | 0.25% | 0.3% | - |
| HSV(B) | 252.63º | 0.4% | 0.38% | - |
| XYZ | 5.87 | 5.03 | 11.73 | - |
| YUV | 64.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 96 | 0.31 | 0.40 | 0 | 0.62 | 252.63 | 0.25 | 0.3 |
| Hex | 42 | 3A | 60 | 1F | 28 | 0 | 3E | FD | 19 | 1E |
| Octal | 102 | 72 | 140 | 37 | 50 | 0 | 76 | 375 | 31 | 36 |
| Binary | 1000010 | 111010 | 1100000 | 11111 | 101000 | 0 | 111110 | 11111101 | 11001 | 11110 |
Color Harmonies of #423A60
Complementary color
Monochromatic Colors of #423A60
Black with #423A60
Text Example
Text Example
White with #423A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A60; }
p { color: rgb(66,58,96); }
H1.HeaderClassName
{
color: #423A60;
}
.AnyTagClassName
{
color: #423A60;
}
</style>
background-color css
<style>
a { background-color: #423A60; }
a { background-color: rgb(66,58,96); }
div.DivClassName
{
background-color: #423A60;
}
.BgClassName
{
background-color: #423A60;
}
</style>
border-color css
<style>
span { border-color: #423A60; }
span { border-color: rgb(66,58,96); }
td.TdClassName
{
border-color: #423A60;
}
.TagClassName
{
border-color: #423A60;
}
</style>