Shades of Christalle #331C66
Tints of Christalle #331C66
RGB
CMYK
RGB Variations
Color information
#331C66 (or 0x331C66) is known color: Christalle. HEX triplet: 33, 1C and 66. RGB value is (51,28,102). Sum of RGB (Red+Green+Blue) = 51+28+102=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #331C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C66 is #CCE399. Grayscale: #2B2B2B. Windows color (decimal): -13427610 or 6691891. OLE color: 6691891.
HSL color Cylindrical-coordinate representation of color #331C66: hue angle of 258.65º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331C66 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 28 | 102 | - |
| CMYK | 0.5 | 0.73 | 0 | 0.6 |
| HSL | 258.65º | 0.57% | 0.25% | - |
| HSV(B) | 258.65º | 0.73% | 0.4% | - |
| XYZ | 4.18 | 2.49 | 12.83 | - |
| YUV | 43.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 102 | 0.5 | 0.73 | 0 | 0.6 | 258.65 | 0.57 | 0.25 |
| Hex | 33 | 1C | 66 | 32 | 49 | 0 | 3C | 103 | 39 | 19 |
| Octal | 63 | 34 | 146 | 62 | 111 | 0 | 74 | 403 | 71 | 31 |
| Binary | 110011 | 11100 | 1100110 | 110010 | 1001001 | 0 | 111100 | 100000011 | 111001 | 11001 |
Color Harmonies of #331C66
Complementary color
Monochromatic Colors of #331C66
Black with #331C66
Text Example
Text Example
White with #331C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C66; }
p { color: rgb(51,28,102); }
H1.HeaderClassName
{
color: #331C66;
}
.AnyTagClassName
{
color: #331C66;
}
</style>
background-color css
<style>
a { background-color: #331C66; }
a { background-color: rgb(51,28,102); }
div.DivClassName
{
background-color: #331C66;
}
.BgClassName
{
background-color: #331C66;
}
</style>
border-color css
<style>
span { border-color: #331C66; }
span { border-color: rgb(51,28,102); }
td.TdClassName
{
border-color: #331C66;
}
.TagClassName
{
border-color: #331C66;
}
</style>