Shades of Christalle #411A6C
Tints of Christalle #411A6C
RGB
CMYK
RGB Variations
Color information
#411A6C (or 0x411A6C) is known color: Christalle. HEX triplet: 41, 1A and 6C. RGB value is (65,26,108). Sum of RGB (Red+Green+Blue) = 65+26+108=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #411A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A6C is #BEE593. Grayscale: #2E2E2E. Windows color (decimal): -12510612 or 7084609. OLE color: 7084609.
HSL color Cylindrical-coordinate representation of color #411A6C: hue angle of 268.54º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411A6C is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 26 | 108 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.58 |
| HSL | 268.54º | 0.61% | 0.26% | - |
| HSV(B) | 268.54º | 0.76% | 0.42% | - |
| XYZ | 5.26 | 2.95 | 14.48 | - |
| YUV | 47.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 108 | 0.40 | 0.76 | 0 | 0.58 | 268.54 | 0.61 | 0.26 |
| Hex | 41 | 1A | 6C | 28 | 4C | 0 | 3A | 10D | 3D | 1A |
| Octal | 101 | 32 | 154 | 50 | 114 | 0 | 72 | 415 | 75 | 32 |
| Binary | 1000001 | 11010 | 1101100 | 101000 | 1001100 | 0 | 111010 | 100001101 | 111101 | 11010 |
Color Harmonies of #411A6C
Complementary color
Monochromatic Colors of #411A6C
Black with #411A6C
Text Example
Text Example
White with #411A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A6C; }
p { color: rgb(65,26,108); }
H1.HeaderClassName
{
color: #411A6C;
}
.AnyTagClassName
{
color: #411A6C;
}
</style>
background-color css
<style>
a { background-color: #411A6C; }
a { background-color: rgb(65,26,108); }
div.DivClassName
{
background-color: #411A6C;
}
.BgClassName
{
background-color: #411A6C;
}
</style>
border-color css
<style>
span { border-color: #411A6C; }
span { border-color: rgb(65,26,108); }
td.TdClassName
{
border-color: #411A6C;
}
.TagClassName
{
border-color: #411A6C;
}
</style>