Shades of Jacarta #433A5F
Tints of Jacarta #433A5F
RGB
CMYK
RGB Variations
Color information
#433A5F (or 0x433A5F) is known color: Jacarta. HEX triplet: 43, 3A and 5F. RGB value is (67,58,95). Sum of RGB (Red+Green+Blue) = 67+58+95=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #433A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433A5F is #BCC5A0. Grayscale: #404040. Windows color (decimal): -12371361 or 6240835. OLE color: 6240835.
HSL color Cylindrical-coordinate representation of color #433A5F: hue angle of 254.59º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #433A5F is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 58 | 95 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.63 |
| HSL | 254.59º | 0.24% | 0.3% | - |
| HSV(B) | 254.59º | 0.39% | 0.37% | - |
| XYZ | 5.89 | 5.05 | 11.49 | - |
| YUV | 64.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 95 | 0.29 | 0.39 | 0 | 0.63 | 254.59 | 0.24 | 0.3 |
| Hex | 43 | 3A | 5F | 1D | 27 | 0 | 3F | FF | 18 | 1E |
| Octal | 103 | 72 | 137 | 35 | 47 | 0 | 77 | 377 | 30 | 36 |
| Binary | 1000011 | 111010 | 1011111 | 11101 | 100111 | 0 | 111111 | 11111111 | 11000 | 11110 |
Color Harmonies of #433A5F
Complementary color
Monochromatic Colors of #433A5F
Black with #433A5F
Text Example
Text Example
White with #433A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433A5F; }
p { color: rgb(67,58,95); }
H1.HeaderClassName
{
color: #433A5F;
}
.AnyTagClassName
{
color: #433A5F;
}
</style>
background-color css
<style>
a { background-color: #433A5F; }
a { background-color: rgb(67,58,95); }
div.DivClassName
{
background-color: #433A5F;
}
.BgClassName
{
background-color: #433A5F;
}
</style>
border-color css
<style>
span { border-color: #433A5F; }
span { border-color: rgb(67,58,95); }
td.TdClassName
{
border-color: #433A5F;
}
.TagClassName
{
border-color: #433A5F;
}
</style>