Shades of Christalle #351A58
Tints of Christalle #351A58
RGB
CMYK
RGB Variations
Color information
#351A58 (or 0x351A58) is known color: Christalle. HEX triplet: 35, 1A and 58. RGB value is (53,26,88). Sum of RGB (Red+Green+Blue) = 53+26+88=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #351A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A58 is #CAE5A7. Grayscale: #282828. Windows color (decimal): -13297064 or 5773877. OLE color: 5773877.
HSL color Cylindrical-coordinate representation of color #351A58: hue angle of 266.13º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351A58 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 26 | 88 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.65 |
| HSL | 266.13º | 0.54% | 0.22% | - |
| HSV(B) | 266.13º | 0.7% | 0.35% | - |
| XYZ | 3.6 | 2.2 | 9.47 | - |
| YUV | 41.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 88 | 0.40 | 0.70 | 0 | 0.65 | 266.13 | 0.54 | 0.22 |
| Hex | 35 | 1A | 58 | 28 | 46 | 0 | 41 | 10A | 36 | 16 |
| Octal | 65 | 32 | 130 | 50 | 106 | 0 | 101 | 412 | 66 | 26 |
| Binary | 110101 | 11010 | 1011000 | 101000 | 1000110 | 0 | 1000001 | 100001010 | 110110 | 10110 |
Color Harmonies of #351A58
Complementary color
Monochromatic Colors of #351A58
Black with #351A58
Text Example
Text Example
White with #351A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A58; }
p { color: rgb(53,26,88); }
H1.HeaderClassName
{
color: #351A58;
}
.AnyTagClassName
{
color: #351A58;
}
</style>
background-color css
<style>
a { background-color: #351A58; }
a { background-color: rgb(53,26,88); }
div.DivClassName
{
background-color: #351A58;
}
.BgClassName
{
background-color: #351A58;
}
</style>
border-color css
<style>
span { border-color: #351A58; }
span { border-color: rgb(53,26,88); }
td.TdClassName
{
border-color: #351A58;
}
.TagClassName
{
border-color: #351A58;
}
</style>