Shades of Christalle #32135A
Tints of Christalle #32135A
RGB
CMYK
RGB Variations
Color information
#32135A (or 0x32135A) is known color: Christalle. HEX triplet: 32, 13 and 5A. RGB value is (50,19,90). Sum of RGB (Red+Green+Blue) = 50+19+90=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #32135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32135A is #CDECA5. Grayscale: #242424. Windows color (decimal): -13495462 or 5903154. OLE color: 5903154.
HSL color Cylindrical-coordinate representation of color #32135A: hue angle of 266.2º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32135A is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 19 | 90 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.65 |
| HSL | 266.2º | 0.65% | 0.21% | - |
| HSV(B) | 266.2º | 0.79% | 0.35% | - |
| XYZ | 3.39 | 1.88 | 9.86 | - |
| YUV | 36.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 90 | 0.44 | 0.79 | 0 | 0.65 | 266.2 | 0.65 | 0.21 |
| Hex | 32 | 13 | 5A | 2C | 4F | 0 | 41 | 10A | 41 | 15 |
| Octal | 62 | 23 | 132 | 54 | 117 | 0 | 101 | 412 | 101 | 25 |
| Binary | 110010 | 10011 | 1011010 | 101100 | 1001111 | 0 | 1000001 | 100001010 | 1000001 | 10101 |
Color Harmonies of #32135A
Complementary color
Monochromatic Colors of #32135A
Black with #32135A
Text Example
Text Example
White with #32135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32135A; }
p { color: rgb(50,19,90); }
H1.HeaderClassName
{
color: #32135A;
}
.AnyTagClassName
{
color: #32135A;
}
</style>
background-color css
<style>
a { background-color: #32135A; }
a { background-color: rgb(50,19,90); }
div.DivClassName
{
background-color: #32135A;
}
.BgClassName
{
background-color: #32135A;
}
</style>
border-color css
<style>
span { border-color: #32135A; }
span { border-color: rgb(50,19,90); }
td.TdClassName
{
border-color: #32135A;
}
.TagClassName
{
border-color: #32135A;
}
</style>