Shades of Christalle #361A6B
Tints of Christalle #361A6B
RGB
CMYK
RGB Variations
Color information
#361A6B (or 0x361A6B) is known color: Christalle. HEX triplet: 36, 1A and 6B. RGB value is (54,26,107). Sum of RGB (Red+Green+Blue) = 54+26+107=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #361A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A6B is #C9E594. Grayscale: #2B2B2B. Windows color (decimal): -13231509 or 7019062. OLE color: 7019062.
HSL color Cylindrical-coordinate representation of color #361A6B: hue angle of 260.74º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361A6B is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 26 | 107 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.58 |
| HSL | 260.74º | 0.61% | 0.26% | - |
| HSV(B) | 260.74º | 0.76% | 0.42% | - |
| XYZ | 4.54 | 2.58 | 14.17 | - |
| YUV | 43.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 107 | 0.50 | 0.76 | 0 | 0.58 | 260.74 | 0.61 | 0.26 |
| Hex | 36 | 1A | 6B | 32 | 4C | 0 | 3A | 105 | 3D | 1A |
| Octal | 66 | 32 | 153 | 62 | 114 | 0 | 72 | 405 | 75 | 32 |
| Binary | 110110 | 11010 | 1101011 | 110010 | 1001100 | 0 | 111010 | 100000101 | 111101 | 11010 |
Color Harmonies of #361A6B
Complementary color
Monochromatic Colors of #361A6B
Black with #361A6B
Text Example
Text Example
White with #361A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A6B; }
p { color: rgb(54,26,107); }
H1.HeaderClassName
{
color: #361A6B;
}
.AnyTagClassName
{
color: #361A6B;
}
</style>
background-color css
<style>
a { background-color: #361A6B; }
a { background-color: rgb(54,26,107); }
div.DivClassName
{
background-color: #361A6B;
}
.BgClassName
{
background-color: #361A6B;
}
</style>
border-color css
<style>
span { border-color: #361A6B; }
span { border-color: rgb(54,26,107); }
td.TdClassName
{
border-color: #361A6B;
}
.TagClassName
{
border-color: #361A6B;
}
</style>