Shades of Christalle #331D6B
Tints of Christalle #331D6B
RGB
CMYK
RGB Variations
Color information
#331D6B (or 0x331D6B) is known color: Christalle. HEX triplet: 33, 1D and 6B. RGB value is (51,29,107). Sum of RGB (Red+Green+Blue) = 51+29+107=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #331D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331D6B is #CCE294. Grayscale: #2C2C2C. Windows color (decimal): -13427349 or 7019827. OLE color: 7019827.
HSL color Cylindrical-coordinate representation of color #331D6B: hue angle of 256.92º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331D6B is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 29 | 107 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.58 |
| HSL | 256.92º | 0.57% | 0.27% | - |
| HSV(B) | 256.92º | 0.73% | 0.42% | - |
| XYZ | 4.46 | 2.64 | 14.19 | - |
| YUV | 44.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 107 | 0.52 | 0.73 | 0 | 0.58 | 256.92 | 0.57 | 0.27 |
| Hex | 33 | 1D | 6B | 34 | 49 | 0 | 3A | 101 | 39 | 1B |
| Octal | 63 | 35 | 153 | 64 | 111 | 0 | 72 | 401 | 71 | 33 |
| Binary | 110011 | 11101 | 1101011 | 110100 | 1001001 | 0 | 111010 | 100000001 | 111001 | 11011 |
Color Harmonies of #331D6B
Complementary color
Monochromatic Colors of #331D6B
Black with #331D6B
Text Example
Text Example
White with #331D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D6B; }
p { color: rgb(51,29,107); }
H1.HeaderClassName
{
color: #331D6B;
}
.AnyTagClassName
{
color: #331D6B;
}
</style>
background-color css
<style>
a { background-color: #331D6B; }
a { background-color: rgb(51,29,107); }
div.DivClassName
{
background-color: #331D6B;
}
.BgClassName
{
background-color: #331D6B;
}
</style>
border-color css
<style>
span { border-color: #331D6B; }
span { border-color: rgb(51,29,107); }
td.TdClassName
{
border-color: #331D6B;
}
.TagClassName
{
border-color: #331D6B;
}
</style>