Shades of Christalle #331B6C
Tints of Christalle #331B6C
RGB
CMYK
RGB Variations
Color information
#331B6C (or 0x331B6C) is known color: Christalle. HEX triplet: 33, 1B and 6C. RGB value is (51,27,108). Sum of RGB (Red+Green+Blue) = 51+27+108=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #331B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B6C is #CCE493. Grayscale: #2B2B2B. Windows color (decimal): -13427860 or 7084851. OLE color: 7084851.
HSL color Cylindrical-coordinate representation of color #331B6C: hue angle of 257.78º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331B6C is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 27 | 108 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.58 |
| HSL | 257.78º | 0.6% | 0.26% | - |
| HSV(B) | 257.78º | 0.75% | 0.42% | - |
| XYZ | 4.46 | 2.57 | 14.45 | - |
| YUV | 43.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 108 | 0.53 | 0.75 | 0 | 0.58 | 257.78 | 0.6 | 0.26 |
| Hex | 33 | 1B | 6C | 35 | 4B | 0 | 3A | 102 | 3C | 1A |
| Octal | 63 | 33 | 154 | 65 | 113 | 0 | 72 | 402 | 74 | 32 |
| Binary | 110011 | 11011 | 1101100 | 110101 | 1001011 | 0 | 111010 | 100000010 | 111100 | 11010 |
Color Harmonies of #331B6C
Complementary color
Monochromatic Colors of #331B6C
Black with #331B6C
Text Example
Text Example
White with #331B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B6C; }
p { color: rgb(51,27,108); }
H1.HeaderClassName
{
color: #331B6C;
}
.AnyTagClassName
{
color: #331B6C;
}
</style>
background-color css
<style>
a { background-color: #331B6C; }
a { background-color: rgb(51,27,108); }
div.DivClassName
{
background-color: #331B6C;
}
.BgClassName
{
background-color: #331B6C;
}
</style>
border-color css
<style>
span { border-color: #331B6C; }
span { border-color: rgb(51,27,108); }
td.TdClassName
{
border-color: #331B6C;
}
.TagClassName
{
border-color: #331B6C;
}
</style>