Shades of Jacarta #433261
Tints of Jacarta #433261
RGB
CMYK
RGB Variations
Color information
#433261 (or 0x433261) is known color: Jacarta. HEX triplet: 43, 32 and 61. RGB value is (67,50,97). Sum of RGB (Red+Green+Blue) = 67+50+97=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #433261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433261 is #BCCD9E. Grayscale: #3C3C3C. Windows color (decimal): -12373407 or 6369859. OLE color: 6369859.
HSL color Cylindrical-coordinate representation of color #433261: hue angle of 261.7º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #433261 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 50 | 97 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.62 |
| HSL | 261.7º | 0.32% | 0.29% | - |
| HSV(B) | 261.7º | 0.48% | 0.38% | - |
| XYZ | 5.61 | 4.34 | 11.85 | - |
| YUV | 60.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 97 | 0.31 | 0.48 | 0 | 0.62 | 261.7 | 0.32 | 0.29 |
| Hex | 43 | 32 | 61 | 1F | 30 | 0 | 3E | 106 | 20 | 1D |
| Octal | 103 | 62 | 141 | 37 | 60 | 0 | 76 | 406 | 40 | 35 |
| Binary | 1000011 | 110010 | 1100001 | 11111 | 110000 | 0 | 111110 | 100000110 | 100000 | 11101 |
Color Harmonies of #433261
Complementary color
Monochromatic Colors of #433261
Black with #433261
Text Example
Text Example
White with #433261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433261; }
p { color: rgb(67,50,97); }
H1.HeaderClassName
{
color: #433261;
}
.AnyTagClassName
{
color: #433261;
}
</style>
background-color css
<style>
a { background-color: #433261; }
a { background-color: rgb(67,50,97); }
div.DivClassName
{
background-color: #433261;
}
.BgClassName
{
background-color: #433261;
}
</style>
border-color css
<style>
span { border-color: #433261; }
span { border-color: rgb(67,50,97); }
td.TdClassName
{
border-color: #433261;
}
.TagClassName
{
border-color: #433261;
}
</style>