Shades of Christalle #32185B
Tints of Christalle #32185B
RGB
CMYK
RGB Variations
Color information
#32185B (or 0x32185B) is known color: Christalle. HEX triplet: 32, 18 and 5B. RGB value is (50,24,91). Sum of RGB (Red+Green+Blue) = 50+24+91=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #32185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32185B is #CDE7A4. Grayscale: #272727. Windows color (decimal): -13494181 or 5969970. OLE color: 5969970.
HSL color Cylindrical-coordinate representation of color #32185B: hue angle of 263.28º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32185B is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 24 | 91 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.64 |
| HSL | 263.28º | 0.58% | 0.23% | - |
| HSV(B) | 263.28º | 0.74% | 0.36% | - |
| XYZ | 3.53 | 2.09 | 10.11 | - |
| YUV | 39.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 91 | 0.45 | 0.74 | 0 | 0.64 | 263.28 | 0.58 | 0.23 |
| Hex | 32 | 18 | 5B | 2D | 4A | 0 | 40 | 107 | 3A | 17 |
| Octal | 62 | 30 | 133 | 55 | 112 | 0 | 100 | 407 | 72 | 27 |
| Binary | 110010 | 11000 | 1011011 | 101101 | 1001010 | 0 | 1000000 | 100000111 | 111010 | 10111 |
Color Harmonies of #32185B
Complementary color
Monochromatic Colors of #32185B
Black with #32185B
Text Example
Text Example
White with #32185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32185B; }
p { color: rgb(50,24,91); }
H1.HeaderClassName
{
color: #32185B;
}
.AnyTagClassName
{
color: #32185B;
}
</style>
background-color css
<style>
a { background-color: #32185B; }
a { background-color: rgb(50,24,91); }
div.DivClassName
{
background-color: #32185B;
}
.BgClassName
{
background-color: #32185B;
}
</style>
border-color css
<style>
span { border-color: #32185B; }
span { border-color: rgb(50,24,91); }
td.TdClassName
{
border-color: #32185B;
}
.TagClassName
{
border-color: #32185B;
}
</style>