Shades of Christalle #33166A
Tints of Christalle #33166A
RGB
CMYK
RGB Variations
Color information
#33166A (or 0x33166A) is known color: Christalle. HEX triplet: 33, 16 and 6A. RGB value is (51,22,106). Sum of RGB (Red+Green+Blue) = 51+22+106=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #33166A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33166A is #CCE995. Grayscale: #272727. Windows color (decimal): -13429142 or 6952499. OLE color: 6952499.
HSL color Cylindrical-coordinate representation of color #33166A: hue angle of 260.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33166A is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 22 | 106 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.58 |
| HSL | 260.71º | 0.66% | 0.25% | - |
| HSV(B) | 260.71º | 0.79% | 0.42% | - |
| XYZ | 4.25 | 2.32 | 13.86 | - |
| YUV | 40.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 106 | 0.52 | 0.79 | 0 | 0.58 | 260.71 | 0.66 | 0.25 |
| Hex | 33 | 16 | 6A | 34 | 4F | 0 | 3A | 105 | 42 | 19 |
| Octal | 63 | 26 | 152 | 64 | 117 | 0 | 72 | 405 | 102 | 31 |
| Binary | 110011 | 10110 | 1101010 | 110100 | 1001111 | 0 | 111010 | 100000101 | 1000010 | 11001 |
Color Harmonies of #33166A
Complementary color
Monochromatic Colors of #33166A
Black with #33166A
Text Example
Text Example
White with #33166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33166A; }
p { color: rgb(51,22,106); }
H1.HeaderClassName
{
color: #33166A;
}
.AnyTagClassName
{
color: #33166A;
}
</style>
background-color css
<style>
a { background-color: #33166A; }
a { background-color: rgb(51,22,106); }
div.DivClassName
{
background-color: #33166A;
}
.BgClassName
{
background-color: #33166A;
}
</style>
border-color css
<style>
span { border-color: #33166A; }
span { border-color: rgb(51,22,106); }
td.TdClassName
{
border-color: #33166A;
}
.TagClassName
{
border-color: #33166A;
}
</style>