Shades of Christalle #332066
Tints of Christalle #332066
RGB
CMYK
RGB Variations
Color information
#332066 (or 0x332066) is known color: Christalle. HEX triplet: 33, 20 and 66. RGB value is (51,32,102). Sum of RGB (Red+Green+Blue) = 51+32+102=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #332066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332066 is #CCDF99. Grayscale: #2D2D2D. Windows color (decimal): -13426586 or 6692915. OLE color: 6692915.
HSL color Cylindrical-coordinate representation of color #332066: hue angle of 256.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332066 is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 32 | 102 | - |
| CMYK | 0.5 | 0.69 | 0 | 0.6 |
| HSL | 256.29º | 0.52% | 0.26% | - |
| HSV(B) | 256.29º | 0.69% | 0.4% | - |
| XYZ | 4.28 | 2.7 | 12.87 | - |
| YUV | 45.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 102 | 0.5 | 0.69 | 0 | 0.6 | 256.29 | 0.52 | 0.26 |
| Hex | 33 | 20 | 66 | 32 | 45 | 0 | 3C | 100 | 34 | 1A |
| Octal | 63 | 40 | 146 | 62 | 105 | 0 | 74 | 400 | 64 | 32 |
| Binary | 110011 | 100000 | 1100110 | 110010 | 1000101 | 0 | 111100 | 100000000 | 110100 | 11010 |
Color Harmonies of #332066
Complementary color
Monochromatic Colors of #332066
Black with #332066
Text Example
Text Example
White with #332066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332066; }
p { color: rgb(51,32,102); }
H1.HeaderClassName
{
color: #332066;
}
.AnyTagClassName
{
color: #332066;
}
</style>
background-color css
<style>
a { background-color: #332066; }
a { background-color: rgb(51,32,102); }
div.DivClassName
{
background-color: #332066;
}
.BgClassName
{
background-color: #332066;
}
</style>
border-color css
<style>
span { border-color: #332066; }
span { border-color: rgb(51,32,102); }
td.TdClassName
{
border-color: #332066;
}
.TagClassName
{
border-color: #332066;
}
</style>