Shades of Jacarta #423161
Tints of Jacarta #423161
RGB
CMYK
RGB Variations
Color information
#423161 (or 0x423161) is known color: Jacarta. HEX triplet: 42, 31 and 61. RGB value is (66,49,97). Sum of RGB (Red+Green+Blue) = 66+49+97=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #423161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423161 is #BDCE9E. Grayscale: #3B3B3B. Windows color (decimal): -12439199 or 6369602. OLE color: 6369602.
HSL color Cylindrical-coordinate representation of color #423161: hue angle of 261.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #423161 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 49 | 97 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.62 |
| HSL | 261.25º | 0.33% | 0.29% | - |
| HSV(B) | 261.25º | 0.49% | 0.38% | - |
| XYZ | 5.5 | 4.22 | 11.83 | - |
| YUV | 59.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 97 | 0.32 | 0.49 | 0 | 0.62 | 261.25 | 0.33 | 0.29 |
| Hex | 42 | 31 | 61 | 20 | 31 | 0 | 3E | 105 | 21 | 1D |
| Octal | 102 | 61 | 141 | 40 | 61 | 0 | 76 | 405 | 41 | 35 |
| Binary | 1000010 | 110001 | 1100001 | 100000 | 110001 | 0 | 111110 | 100000101 | 100001 | 11101 |
Color Harmonies of #423161
Complementary color
Monochromatic Colors of #423161
Black with #423161
Text Example
Text Example
White with #423161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423161; }
p { color: rgb(66,49,97); }
H1.HeaderClassName
{
color: #423161;
}
.AnyTagClassName
{
color: #423161;
}
</style>
background-color css
<style>
a { background-color: #423161; }
a { background-color: rgb(66,49,97); }
div.DivClassName
{
background-color: #423161;
}
.BgClassName
{
background-color: #423161;
}
</style>
border-color css
<style>
span { border-color: #423161; }
span { border-color: rgb(66,49,97); }
td.TdClassName
{
border-color: #423161;
}
.TagClassName
{
border-color: #423161;
}
</style>