Shades of Christalle #350161
Tints of Christalle #350161
RGB
CMYK
RGB Variations
Color information
#350161 (or 0x350161) is known color: Christalle. HEX triplet: 35, 01 and 61. RGB value is (53,1,97). Sum of RGB (Red+Green+Blue) = 53+1+97=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #350161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350161 is #CAFE9E. Grayscale: #1B1B1B. Windows color (decimal): -13303455 or 6357301. OLE color: 6357301.
HSL color Cylindrical-coordinate representation of color #350161: hue angle of 272.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350161 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 1 | 97 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.62 |
| HSL | 272.5º | 0.98% | 0.19% | - |
| HSV(B) | 272.5º | 0.99% | 0.38% | - |
| XYZ | 3.64 | 1.64 | 11.43 | - |
| YUV | 27.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 97 | 0.45 | 0.99 | 0 | 0.62 | 272.5 | 0.98 | 0.19 |
| Hex | 35 | 1 | 61 | 2D | 63 | 0 | 3E | 110 | 62 | 13 |
| Octal | 65 | 1 | 141 | 55 | 143 | 0 | 76 | 420 | 142 | 23 |
| Binary | 110101 | 1 | 1100001 | 101101 | 1100011 | 0 | 111110 | 100010000 | 1100010 | 10011 |
Color Harmonies of #350161
Complementary color
Monochromatic Colors of #350161
Black with #350161
Text Example
Text Example
White with #350161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350161; }
p { color: rgb(53,1,97); }
H1.HeaderClassName
{
color: #350161;
}
.AnyTagClassName
{
color: #350161;
}
</style>
background-color css
<style>
a { background-color: #350161; }
a { background-color: rgb(53,1,97); }
div.DivClassName
{
background-color: #350161;
}
.BgClassName
{
background-color: #350161;
}
</style>
border-color css
<style>
span { border-color: #350161; }
span { border-color: rgb(53,1,97); }
td.TdClassName
{
border-color: #350161;
}
.TagClassName
{
border-color: #350161;
}
</style>