Shades of Christalle #331C67
Tints of Christalle #331C67
RGB
CMYK
RGB Variations
Color information
#331C67 (or 0x331C67) is known color: Christalle. HEX triplet: 33, 1C and 67. RGB value is (51,28,103). Sum of RGB (Red+Green+Blue) = 51+28+103=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #331C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C67 is #CCE398. Grayscale: #2B2B2B. Windows color (decimal): -13427609 or 6757427. OLE color: 6757427.
HSL color Cylindrical-coordinate representation of color #331C67: hue angle of 258.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331C67 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 28 | 103 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.60 |
| HSL | 258.4º | 0.57% | 0.26% | - |
| HSV(B) | 258.4º | 0.73% | 0.4% | - |
| XYZ | 4.23 | 2.51 | 13.09 | - |
| YUV | 43.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 103 | 0.50 | 0.73 | 0 | 0.60 | 258.4 | 0.57 | 0.26 |
| Hex | 33 | 1C | 67 | 32 | 49 | 0 | 3C | 102 | 39 | 1A |
| Octal | 63 | 34 | 147 | 62 | 111 | 0 | 74 | 402 | 71 | 32 |
| Binary | 110011 | 11100 | 1100111 | 110010 | 1001001 | 0 | 111100 | 100000010 | 111001 | 11010 |
Color Harmonies of #331C67
Complementary color
Monochromatic Colors of #331C67
Black with #331C67
Text Example
Text Example
White with #331C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C67; }
p { color: rgb(51,28,103); }
H1.HeaderClassName
{
color: #331C67;
}
.AnyTagClassName
{
color: #331C67;
}
</style>
background-color css
<style>
a { background-color: #331C67; }
a { background-color: rgb(51,28,103); }
div.DivClassName
{
background-color: #331C67;
}
.BgClassName
{
background-color: #331C67;
}
</style>
border-color css
<style>
span { border-color: #331C67; }
span { border-color: rgb(51,28,103); }
td.TdClassName
{
border-color: #331C67;
}
.TagClassName
{
border-color: #331C67;
}
</style>