Shades of Christalle #361A58
Tints of Christalle #361A58
RGB
CMYK
RGB Variations
Color information
#361A58 (or 0x361A58) is known color: Christalle. HEX triplet: 36, 1A and 58. RGB value is (54,26,88). Sum of RGB (Red+Green+Blue) = 54+26+88=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #361A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A58 is #C9E5A7. Grayscale: #292929. Windows color (decimal): -13231528 or 5773878. OLE color: 5773878.
HSL color Cylindrical-coordinate representation of color #361A58: hue angle of 267.1º 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 #361A58 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 26 | 88 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.65 |
| HSL | 267.1º | 0.54% | 0.22% | - |
| HSV(B) | 267.1º | 0.7% | 0.35% | - |
| XYZ | 3.65 | 2.23 | 9.47 | - |
| YUV | 41.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 88 | 0.39 | 0.70 | 0 | 0.65 | 267.1 | 0.54 | 0.22 |
| Hex | 36 | 1A | 58 | 27 | 46 | 0 | 41 | 10B | 36 | 16 |
| Octal | 66 | 32 | 130 | 47 | 106 | 0 | 101 | 413 | 66 | 26 |
| Binary | 110110 | 11010 | 1011000 | 100111 | 1000110 | 0 | 1000001 | 100001011 | 110110 | 10110 |
Color Harmonies of #361A58
Complementary color
Monochromatic Colors of #361A58
Black with #361A58
Text Example
Text Example
White with #361A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A58; }
p { color: rgb(54,26,88); }
H1.HeaderClassName
{
color: #361A58;
}
.AnyTagClassName
{
color: #361A58;
}
</style>
background-color css
<style>
a { background-color: #361A58; }
a { background-color: rgb(54,26,88); }
div.DivClassName
{
background-color: #361A58;
}
.BgClassName
{
background-color: #361A58;
}
</style>
border-color css
<style>
span { border-color: #361A58; }
span { border-color: rgb(54,26,88); }
td.TdClassName
{
border-color: #361A58;
}
.TagClassName
{
border-color: #361A58;
}
</style>