Shades of Christalle #410C66
Tints of Christalle #410C66
RGB
CMYK
RGB Variations
Color information
#410C66 (or 0x410C66) is known color: Christalle. HEX triplet: 41, 0C and 66. RGB value is (65,12,102). Sum of RGB (Red+Green+Blue) = 65+12+102=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #410C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410C66 is #BEF399. Grayscale: #252525. Windows color (decimal): -12514202 or 6687809. OLE color: 6687809.
HSL color Cylindrical-coordinate representation of color #410C66: hue angle of 275.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410C66 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 12 | 102 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.6 |
| HSL | 275.33º | 0.79% | 0.22% | - |
| HSV(B) | 275.33º | 0.88% | 0.4% | - |
| XYZ | 4.71 | 2.35 | 12.77 | - |
| YUV | 38.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 102 | 0.36 | 0.88 | 0 | 0.6 | 275.33 | 0.79 | 0.22 |
| Hex | 41 | C | 66 | 24 | 58 | 0 | 3C | 113 | 4F | 16 |
| Octal | 101 | 14 | 146 | 44 | 130 | 0 | 74 | 423 | 117 | 26 |
| Binary | 1000001 | 1100 | 1100110 | 100100 | 1011000 | 0 | 111100 | 100010011 | 1001111 | 10110 |
Color Harmonies of #410C66
Complementary color
Monochromatic Colors of #410C66
Black with #410C66
Text Example
Text Example
White with #410C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C66; }
p { color: rgb(65,12,102); }
H1.HeaderClassName
{
color: #410C66;
}
.AnyTagClassName
{
color: #410C66;
}
</style>
background-color css
<style>
a { background-color: #410C66; }
a { background-color: rgb(65,12,102); }
div.DivClassName
{
background-color: #410C66;
}
.BgClassName
{
background-color: #410C66;
}
</style>
border-color css
<style>
span { border-color: #410C66; }
span { border-color: rgb(65,12,102); }
td.TdClassName
{
border-color: #410C66;
}
.TagClassName
{
border-color: #410C66;
}
</style>