Shades of Jacarta #42305D
Tints of Jacarta #42305D
RGB
CMYK
RGB Variations
Color information
#42305D (or 0x42305D) is known color: Jacarta. HEX triplet: 42, 30 and 5D. RGB value is (66,48,93). Sum of RGB (Red+Green+Blue) = 66+48+93=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #42305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42305D is #BDCFA2. Grayscale: #3A3A3A. Windows color (decimal): -12439459 or 6107202. OLE color: 6107202.
HSL color Cylindrical-coordinate representation of color #42305D: hue angle of 264º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42305D is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 48 | 93 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.64 |
| HSL | 264º | 0.32% | 0.28% | - |
| HSV(B) | 264º | 0.48% | 0.36% | - |
| XYZ | 5.28 | 4.06 | 10.86 | - |
| YUV | 58.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 93 | 0.29 | 0.48 | 0 | 0.64 | 264 | 0.32 | 0.28 |
| Hex | 42 | 30 | 5D | 1D | 30 | 0 | 40 | 108 | 20 | 1C |
| Octal | 102 | 60 | 135 | 35 | 60 | 0 | 100 | 410 | 40 | 34 |
| Binary | 1000010 | 110000 | 1011101 | 11101 | 110000 | 0 | 1000000 | 100001000 | 100000 | 11100 |
Color Harmonies of #42305D
Complementary color
Monochromatic Colors of #42305D
Black with #42305D
Text Example
Text Example
White with #42305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42305D; }
p { color: rgb(66,48,93); }
H1.HeaderClassName
{
color: #42305D;
}
.AnyTagClassName
{
color: #42305D;
}
</style>
background-color css
<style>
a { background-color: #42305D; }
a { background-color: rgb(66,48,93); }
div.DivClassName
{
background-color: #42305D;
}
.BgClassName
{
background-color: #42305D;
}
</style>
border-color css
<style>
span { border-color: #42305D; }
span { border-color: rgb(66,48,93); }
td.TdClassName
{
border-color: #42305D;
}
.TagClassName
{
border-color: #42305D;
}
</style>