Shades of Christalle #430D60
Tints of Christalle #430D60
RGB
CMYK
RGB Variations
Color information
#430D60 (or 0x430D60) is known color: Christalle. HEX triplet: 43, 0D and 60. RGB value is (67,13,96). Sum of RGB (Red+Green+Blue) = 67+13+96=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #430D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D60 is #BCF29F. Grayscale: #262626. Windows color (decimal): -12382880 or 6294851. OLE color: 6294851.
HSL color Cylindrical-coordinate representation of color #430D60: hue angle of 279.04º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #430D60 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 13 | 96 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.62 |
| HSL | 279.04º | 0.76% | 0.21% | - |
| HSV(B) | 279.04º | 0.86% | 0.38% | - |
| XYZ | 4.57 | 2.33 | 11.27 | - |
| YUV | 38.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 96 | 0.30 | 0.86 | 0 | 0.62 | 279.04 | 0.76 | 0.21 |
| Hex | 43 | D | 60 | 1E | 56 | 0 | 3E | 117 | 4C | 15 |
| Octal | 103 | 15 | 140 | 36 | 126 | 0 | 76 | 427 | 114 | 25 |
| Binary | 1000011 | 1101 | 1100000 | 11110 | 1010110 | 0 | 111110 | 100010111 | 1001100 | 10101 |
Color Harmonies of #430D60
Complementary color
Monochromatic Colors of #430D60
Black with #430D60
Text Example
Text Example
White with #430D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D60; }
p { color: rgb(67,13,96); }
H1.HeaderClassName
{
color: #430D60;
}
.AnyTagClassName
{
color: #430D60;
}
</style>
background-color css
<style>
a { background-color: #430D60; }
a { background-color: rgb(67,13,96); }
div.DivClassName
{
background-color: #430D60;
}
.BgClassName
{
background-color: #430D60;
}
</style>
border-color css
<style>
span { border-color: #430D60; }
span { border-color: rgb(67,13,96); }
td.TdClassName
{
border-color: #430D60;
}
.TagClassName
{
border-color: #430D60;
}
</style>