Shades of Jacarta #42325B
Tints of Jacarta #42325B
RGB
CMYK
RGB Variations
Color information
#42325B (or 0x42325B) is known color: Jacarta. HEX triplet: 42, 32 and 5B. RGB value is (66,50,91). Sum of RGB (Red+Green+Blue) = 66+50+91=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #42325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42325B is #BDCDA4. Grayscale: #3B3B3B. Windows color (decimal): -12438949 or 5976642. OLE color: 5976642.
HSL color Cylindrical-coordinate representation of color #42325B: hue angle of 263.41º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42325B is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 50 | 91 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.64 |
| HSL | 263.41º | 0.29% | 0.28% | - |
| HSV(B) | 263.41º | 0.45% | 0.36% | - |
| XYZ | 5.28 | 4.19 | 10.43 | - |
| YUV | 59.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 91 | 0.27 | 0.45 | 0 | 0.64 | 263.41 | 0.29 | 0.28 |
| Hex | 42 | 32 | 5B | 1B | 2D | 0 | 40 | 107 | 1D | 1C |
| Octal | 102 | 62 | 133 | 33 | 55 | 0 | 100 | 407 | 35 | 34 |
| Binary | 1000010 | 110010 | 1011011 | 11011 | 101101 | 0 | 1000000 | 100000111 | 11101 | 11100 |
Color Harmonies of #42325B
Complementary color
Monochromatic Colors of #42325B
Black with #42325B
Text Example
Text Example
White with #42325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42325B; }
p { color: rgb(66,50,91); }
H1.HeaderClassName
{
color: #42325B;
}
.AnyTagClassName
{
color: #42325B;
}
</style>
background-color css
<style>
a { background-color: #42325B; }
a { background-color: rgb(66,50,91); }
div.DivClassName
{
background-color: #42325B;
}
.BgClassName
{
background-color: #42325B;
}
</style>
border-color css
<style>
span { border-color: #42325B; }
span { border-color: rgb(66,50,91); }
td.TdClassName
{
border-color: #42325B;
}
.TagClassName
{
border-color: #42325B;
}
</style>