Shades of Christalle #32185A
Tints of Christalle #32185A
RGB
CMYK
RGB Variations
Color information
#32185A (or 0x32185A) is known color: Christalle. HEX triplet: 32, 18 and 5A. RGB value is (50,24,90). Sum of RGB (Red+Green+Blue) = 50+24+90=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #32185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32185A is #CDE7A5. Grayscale: #272727. Windows color (decimal): -13494182 or 5904434. OLE color: 5904434.
HSL color Cylindrical-coordinate representation of color #32185A: hue angle of 263.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32185A is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 24 | 90 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.65 |
| HSL | 263.64º | 0.58% | 0.22% | - |
| HSV(B) | 263.64º | 0.73% | 0.35% | - |
| XYZ | 3.49 | 2.07 | 9.89 | - |
| YUV | 39.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 90 | 0.44 | 0.73 | 0 | 0.65 | 263.64 | 0.58 | 0.22 |
| Hex | 32 | 18 | 5A | 2C | 49 | 0 | 41 | 108 | 3A | 16 |
| Octal | 62 | 30 | 132 | 54 | 111 | 0 | 101 | 410 | 72 | 26 |
| Binary | 110010 | 11000 | 1011010 | 101100 | 1001001 | 0 | 1000001 | 100001000 | 111010 | 10110 |
Color Harmonies of #32185A
Complementary color
Monochromatic Colors of #32185A
Black with #32185A
Text Example
Text Example
White with #32185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32185A; }
p { color: rgb(50,24,90); }
H1.HeaderClassName
{
color: #32185A;
}
.AnyTagClassName
{
color: #32185A;
}
</style>
background-color css
<style>
a { background-color: #32185A; }
a { background-color: rgb(50,24,90); }
div.DivClassName
{
background-color: #32185A;
}
.BgClassName
{
background-color: #32185A;
}
</style>
border-color css
<style>
span { border-color: #32185A; }
span { border-color: rgb(50,24,90); }
td.TdClassName
{
border-color: #32185A;
}
.TagClassName
{
border-color: #32185A;
}
</style>