Shades of Christalle #430D66
Tints of Christalle #430D66
RGB
CMYK
RGB Variations
Color information
#430D66 (or 0x430D66) is known color: Christalle. HEX triplet: 43, 0D and 66. RGB value is (67,13,102). Sum of RGB (Red+Green+Blue) = 67+13+102=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #430D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D66 is #BCF299. Grayscale: #262626. Windows color (decimal): -12382874 or 6688067. OLE color: 6688067.
HSL color Cylindrical-coordinate representation of color #430D66: hue angle of 276.4º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430D66 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 67 | 13 | 102 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.6 |
| HSL | 276.4º | 0.77% | 0.23% | - |
| HSV(B) | 276.4º | 0.87% | 0.4% | - |
| XYZ | 4.86 | 2.44 | 12.79 | - |
| YUV | 39.29 | 163.39 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 102 | 0.34 | 0.87 | 0 | 0.6 | 276.4 | 0.77 | 0.23 |
| Hex | 43 | D | 66 | 22 | 57 | 0 | 3C | 114 | 4D | 17 |
| Octal | 103 | 15 | 146 | 42 | 127 | 0 | 74 | 424 | 115 | 27 |
| Binary | 1000011 | 1101 | 1100110 | 100010 | 1010111 | 0 | 111100 | 100010100 | 1001101 | 10111 |
Color Harmonies of #430D66
Complementary color
Monochromatic Colors of #430D66
Black with #430D66
Text Example
Text Example
White with #430D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D66; }
p { color: rgb(67,13,102); }
H1.HeaderClassName
{
color: #430D66;
}
.AnyTagClassName
{
color: #430D66;
}
</style>
background-color css
<style>
a { background-color: #430D66; }
a { background-color: rgb(67,13,102); }
div.DivClassName
{
background-color: #430D66;
}
.BgClassName
{
background-color: #430D66;
}
</style>
border-color css
<style>
span { border-color: #430D66; }
span { border-color: rgb(67,13,102); }
td.TdClassName
{
border-color: #430D66;
}
.TagClassName
{
border-color: #430D66;
}
</style>