Shades of Christalle #321A69
Tints of Christalle #321A69
RGB
CMYK
RGB Variations
Color information
#321A69 (or 0x321A69) is known color: Christalle. HEX triplet: 32, 1A and 69. RGB value is (50,26,105). Sum of RGB (Red+Green+Blue) = 50+26+105=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #321A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321A69 is #CDE596. Grayscale: #292929. Windows color (decimal): -13493655 or 6887986. OLE color: 6887986.
HSL color Cylindrical-coordinate representation of color #321A69: hue angle of 258.23º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321A69 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 26 | 105 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.59 |
| HSL | 258.23º | 0.6% | 0.26% | - |
| HSV(B) | 258.23º | 0.75% | 0.41% | - |
| XYZ | 4.23 | 2.44 | 13.61 | - |
| YUV | 42.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 105 | 0.52 | 0.75 | 0 | 0.59 | 258.23 | 0.6 | 0.26 |
| Hex | 32 | 1A | 69 | 34 | 4B | 0 | 3B | 102 | 3C | 1A |
| Octal | 62 | 32 | 151 | 64 | 113 | 0 | 73 | 402 | 74 | 32 |
| Binary | 110010 | 11010 | 1101001 | 110100 | 1001011 | 0 | 111011 | 100000010 | 111100 | 11010 |
Color Harmonies of #321A69
Complementary color
Monochromatic Colors of #321A69
Black with #321A69
Text Example
Text Example
White with #321A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A69; }
p { color: rgb(50,26,105); }
H1.HeaderClassName
{
color: #321A69;
}
.AnyTagClassName
{
color: #321A69;
}
</style>
background-color css
<style>
a { background-color: #321A69; }
a { background-color: rgb(50,26,105); }
div.DivClassName
{
background-color: #321A69;
}
.BgClassName
{
background-color: #321A69;
}
</style>
border-color css
<style>
span { border-color: #321A69; }
span { border-color: rgb(50,26,105); }
td.TdClassName
{
border-color: #321A69;
}
.TagClassName
{
border-color: #321A69;
}
</style>