Shades of Christalle #32175A
Tints of Christalle #32175A
RGB
CMYK
RGB Variations
Color information
#32175A (or 0x32175A) is known color: Christalle. HEX triplet: 32, 17 and 5A. RGB value is (50,23,90). Sum of RGB (Red+Green+Blue) = 50+23+90=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #32175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32175A is #CDE8A5. Grayscale: #262626. Windows color (decimal): -13494438 or 5904178. OLE color: 5904178.
HSL color Cylindrical-coordinate representation of color #32175A: hue angle of 264.18º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32175A is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 23 | 90 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.65 |
| HSL | 264.18º | 0.59% | 0.22% | - |
| HSV(B) | 264.18º | 0.74% | 0.35% | - |
| XYZ | 3.47 | 2.03 | 9.88 | - |
| YUV | 38.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 90 | 0.44 | 0.74 | 0 | 0.65 | 264.18 | 0.59 | 0.22 |
| Hex | 32 | 17 | 5A | 2C | 4A | 0 | 41 | 108 | 3B | 16 |
| Octal | 62 | 27 | 132 | 54 | 112 | 0 | 101 | 410 | 73 | 26 |
| Binary | 110010 | 10111 | 1011010 | 101100 | 1001010 | 0 | 1000001 | 100001000 | 111011 | 10110 |
Color Harmonies of #32175A
Complementary color
Monochromatic Colors of #32175A
Black with #32175A
Text Example
Text Example
White with #32175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32175A; }
p { color: rgb(50,23,90); }
H1.HeaderClassName
{
color: #32175A;
}
.AnyTagClassName
{
color: #32175A;
}
</style>
background-color css
<style>
a { background-color: #32175A; }
a { background-color: rgb(50,23,90); }
div.DivClassName
{
background-color: #32175A;
}
.BgClassName
{
background-color: #32175A;
}
</style>
border-color css
<style>
span { border-color: #32175A; }
span { border-color: rgb(50,23,90); }
td.TdClassName
{
border-color: #32175A;
}
.TagClassName
{
border-color: #32175A;
}
</style>