Shades of Christalle #33166B
Tints of Christalle #33166B
RGB
CMYK
RGB Variations
Color information
#33166B (or 0x33166B) is known color: Christalle. HEX triplet: 33, 16 and 6B. RGB value is (51,22,107). Sum of RGB (Red+Green+Blue) = 51+22+107=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #33166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33166B is #CCE994. Grayscale: #282828. Windows color (decimal): -13429141 or 7018035. OLE color: 7018035.
HSL color Cylindrical-coordinate representation of color #33166B: hue angle of 260.47º 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 #33166B is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 22 | 107 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.58 |
| HSL | 260.47º | 0.66% | 0.25% | - |
| HSV(B) | 260.47º | 0.79% | 0.42% | - |
| XYZ | 4.31 | 2.34 | 14.13 | - |
| YUV | 40.36 | 165.61 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 107 | 0.52 | 0.79 | 0 | 0.58 | 260.47 | 0.66 | 0.25 |
| Hex | 33 | 16 | 6B | 34 | 4F | 0 | 3A | 104 | 42 | 19 |
| Octal | 63 | 26 | 153 | 64 | 117 | 0 | 72 | 404 | 102 | 31 |
| Binary | 110011 | 10110 | 1101011 | 110100 | 1001111 | 0 | 111010 | 100000100 | 1000010 | 11001 |
Color Harmonies of #33166B
Complementary color
Monochromatic Colors of #33166B
Black with #33166B
Text Example
Text Example
White with #33166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33166B; }
p { color: rgb(51,22,107); }
H1.HeaderClassName
{
color: #33166B;
}
.AnyTagClassName
{
color: #33166B;
}
</style>
background-color css
<style>
a { background-color: #33166B; }
a { background-color: rgb(51,22,107); }
div.DivClassName
{
background-color: #33166B;
}
.BgClassName
{
background-color: #33166B;
}
</style>
border-color css
<style>
span { border-color: #33166B; }
span { border-color: rgb(51,22,107); }
td.TdClassName
{
border-color: #33166B;
}
.TagClassName
{
border-color: #33166B;
}
</style>