Shades of Christalle #32196A
Tints of Christalle #32196A
RGB
CMYK
RGB Variations
Color information
#32196A (or 0x32196A) is known color: Christalle. HEX triplet: 32, 19 and 6A. RGB value is (50,25,106). Sum of RGB (Red+Green+Blue) = 50+25+106=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #32196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32196A is #CDE695. Grayscale: #292929. Windows color (decimal): -13493910 or 6953266. OLE color: 6953266.
HSL color Cylindrical-coordinate representation of color #32196A: hue angle of 258.52º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32196A is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 25 | 106 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.58 |
| HSL | 258.52º | 0.62% | 0.26% | - |
| HSV(B) | 258.52º | 0.76% | 0.42% | - |
| XYZ | 4.26 | 2.41 | 13.88 | - |
| YUV | 41.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 106 | 0.53 | 0.76 | 0 | 0.58 | 258.52 | 0.62 | 0.26 |
| Hex | 32 | 19 | 6A | 35 | 4C | 0 | 3A | 103 | 3E | 1A |
| Octal | 62 | 31 | 152 | 65 | 114 | 0 | 72 | 403 | 76 | 32 |
| Binary | 110010 | 11001 | 1101010 | 110101 | 1001100 | 0 | 111010 | 100000011 | 111110 | 11010 |
Color Harmonies of #32196A
Complementary color
Monochromatic Colors of #32196A
Black with #32196A
Text Example
Text Example
White with #32196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32196A; }
p { color: rgb(50,25,106); }
H1.HeaderClassName
{
color: #32196A;
}
.AnyTagClassName
{
color: #32196A;
}
</style>
background-color css
<style>
a { background-color: #32196A; }
a { background-color: rgb(50,25,106); }
div.DivClassName
{
background-color: #32196A;
}
.BgClassName
{
background-color: #32196A;
}
</style>
border-color css
<style>
span { border-color: #32196A; }
span { border-color: rgb(50,25,106); }
td.TdClassName
{
border-color: #32196A;
}
.TagClassName
{
border-color: #32196A;
}
</style>