Shades of Christalle #361A6D
Tints of Christalle #361A6D
RGB
CMYK
RGB Variations
Color information
#361A6D (or 0x361A6D) is known color: Christalle. HEX triplet: 36, 1A and 6D. RGB value is (54,26,109). Sum of RGB (Red+Green+Blue) = 54+26+109=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #361A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A6D is #C9E592. Grayscale: #2B2B2B. Windows color (decimal): -13231507 or 7150134. OLE color: 7150134.
HSL color Cylindrical-coordinate representation of color #361A6D: hue angle of 260.24º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361A6D is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 26 | 109 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.57 |
| HSL | 260.24º | 0.61% | 0.26% | - |
| HSV(B) | 260.24º | 0.76% | 0.43% | - |
| XYZ | 4.65 | 2.63 | 14.73 | - |
| YUV | 43.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 109 | 0.50 | 0.76 | 0 | 0.57 | 260.24 | 0.61 | 0.26 |
| Hex | 36 | 1A | 6D | 32 | 4C | 0 | 39 | 104 | 3D | 1A |
| Octal | 66 | 32 | 155 | 62 | 114 | 0 | 71 | 404 | 75 | 32 |
| Binary | 110110 | 11010 | 1101101 | 110010 | 1001100 | 0 | 111001 | 100000100 | 111101 | 11010 |
Color Harmonies of #361A6D
Complementary color
Monochromatic Colors of #361A6D
Black with #361A6D
Text Example
Text Example
White with #361A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A6D; }
p { color: rgb(54,26,109); }
H1.HeaderClassName
{
color: #361A6D;
}
.AnyTagClassName
{
color: #361A6D;
}
</style>
background-color css
<style>
a { background-color: #361A6D; }
a { background-color: rgb(54,26,109); }
div.DivClassName
{
background-color: #361A6D;
}
.BgClassName
{
background-color: #361A6D;
}
</style>
border-color css
<style>
span { border-color: #361A6D; }
span { border-color: rgb(54,26,109); }
td.TdClassName
{
border-color: #361A6D;
}
.TagClassName
{
border-color: #361A6D;
}
</style>