Shades of Jacarta #42305A
Tints of Jacarta #42305A
RGB
CMYK
RGB Variations
Color information
#42305A (or 0x42305A) is known color: Jacarta. HEX triplet: 42, 30 and 5A. RGB value is (66,48,90). Sum of RGB (Red+Green+Blue) = 66+48+90=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #42305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42305A is #BDCFA5. Grayscale: #3A3A3A. Windows color (decimal): -12439462 or 5910594. OLE color: 5910594.
HSL color Cylindrical-coordinate representation of color #42305A: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42305A is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 48 | 90 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.65 |
| HSL | 265.71º | 0.3% | 0.27% | - |
| HSV(B) | 265.71º | 0.47% | 0.35% | - |
| XYZ | 5.15 | 4.01 | 10.18 | - |
| YUV | 58.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 90 | 0.27 | 0.47 | 0 | 0.65 | 265.71 | 0.3 | 0.27 |
| Hex | 42 | 30 | 5A | 1B | 2F | 0 | 41 | 10A | 1E | 1B |
| Octal | 102 | 60 | 132 | 33 | 57 | 0 | 101 | 412 | 36 | 33 |
| Binary | 1000010 | 110000 | 1011010 | 11011 | 101111 | 0 | 1000001 | 100001010 | 11110 | 11011 |
Color Harmonies of #42305A
Complementary color
Monochromatic Colors of #42305A
Black with #42305A
Text Example
Text Example
White with #42305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42305A; }
p { color: rgb(66,48,90); }
H1.HeaderClassName
{
color: #42305A;
}
.AnyTagClassName
{
color: #42305A;
}
</style>
background-color css
<style>
a { background-color: #42305A; }
a { background-color: rgb(66,48,90); }
div.DivClassName
{
background-color: #42305A;
}
.BgClassName
{
background-color: #42305A;
}
</style>
border-color css
<style>
span { border-color: #42305A; }
span { border-color: rgb(66,48,90); }
td.TdClassName
{
border-color: #42305A;
}
.TagClassName
{
border-color: #42305A;
}
</style>