Shades of Jacarta #422E5C
Tints of Jacarta #422E5C
RGB
CMYK
RGB Variations
Color information
#422E5C (or 0x422E5C) is known color: Jacarta. HEX triplet: 42, 2E and 5C. RGB value is (66,46,92). Sum of RGB (Red+Green+Blue) = 66+46+92=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #422E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E5C is #BDD1A3. Grayscale: #393939. Windows color (decimal): -12439972 or 6041154. OLE color: 6041154.
HSL color Cylindrical-coordinate representation of color #422E5C: hue angle of 266.09º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #422E5C is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 46 | 92 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.64 |
| HSL | 266.09º | 0.33% | 0.27% | - |
| HSV(B) | 266.09º | 0.5% | 0.36% | - |
| XYZ | 5.16 | 3.88 | 10.6 | - |
| YUV | 57.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 92 | 0.28 | 0.50 | 0 | 0.64 | 266.09 | 0.33 | 0.27 |
| Hex | 42 | 2E | 5C | 1C | 32 | 0 | 40 | 10A | 21 | 1B |
| Octal | 102 | 56 | 134 | 34 | 62 | 0 | 100 | 412 | 41 | 33 |
| Binary | 1000010 | 101110 | 1011100 | 11100 | 110010 | 0 | 1000000 | 100001010 | 100001 | 11011 |
Color Harmonies of #422E5C
Complementary color
Monochromatic Colors of #422E5C
Black with #422E5C
Text Example
Text Example
White with #422E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E5C; }
p { color: rgb(66,46,92); }
H1.HeaderClassName
{
color: #422E5C;
}
.AnyTagClassName
{
color: #422E5C;
}
</style>
background-color css
<style>
a { background-color: #422E5C; }
a { background-color: rgb(66,46,92); }
div.DivClassName
{
background-color: #422E5C;
}
.BgClassName
{
background-color: #422E5C;
}
</style>
border-color css
<style>
span { border-color: #422E5C; }
span { border-color: rgb(66,46,92); }
td.TdClassName
{
border-color: #422E5C;
}
.TagClassName
{
border-color: #422E5C;
}
</style>