Shades of Christalle #43295F
Tints of Christalle #43295F
RGB
CMYK
RGB Variations
Color information
#43295F (or 0x43295F) is known color: Christalle. HEX triplet: 43, 29 and 5F. RGB value is (67,41,95). Sum of RGB (Red+Green+Blue) = 67+41+95=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #43295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43295F is #BCD6A0. Grayscale: #363636. Windows color (decimal): -12375713 or 6236483. OLE color: 6236483.
HSL color Cylindrical-coordinate representation of color #43295F: hue angle of 268.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43295F is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 41 | 95 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.63 |
| HSL | 268.89º | 0.4% | 0.27% | - |
| HSV(B) | 268.89º | 0.57% | 0.37% | - |
| XYZ | 5.17 | 3.61 | 11.25 | - |
| YUV | 54.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 95 | 0.29 | 0.57 | 0 | 0.63 | 268.89 | 0.4 | 0.27 |
| Hex | 43 | 29 | 5F | 1D | 39 | 0 | 3F | 10D | 28 | 1B |
| Octal | 103 | 51 | 137 | 35 | 71 | 0 | 77 | 415 | 50 | 33 |
| Binary | 1000011 | 101001 | 1011111 | 11101 | 111001 | 0 | 111111 | 100001101 | 101000 | 11011 |
Color Harmonies of #43295F
Complementary color
Monochromatic Colors of #43295F
Black with #43295F
Text Example
Text Example
White with #43295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43295F; }
p { color: rgb(67,41,95); }
H1.HeaderClassName
{
color: #43295F;
}
.AnyTagClassName
{
color: #43295F;
}
</style>
background-color css
<style>
a { background-color: #43295F; }
a { background-color: rgb(67,41,95); }
div.DivClassName
{
background-color: #43295F;
}
.BgClassName
{
background-color: #43295F;
}
</style>
border-color css
<style>
span { border-color: #43295F; }
span { border-color: rgb(67,41,95); }
td.TdClassName
{
border-color: #43295F;
}
.TagClassName
{
border-color: #43295F;
}
</style>