Shades of Christalle #361F63
Tints of Christalle #361F63
RGB
CMYK
RGB Variations
Color information
#361F63 (or 0x361F63) is known color: Christalle. HEX triplet: 36, 1F and 63. RGB value is (54,31,99). Sum of RGB (Red+Green+Blue) = 54+31+99=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #361F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F63 is #C9E09C. Grayscale: #2D2D2D. Windows color (decimal): -13230237 or 6496054. OLE color: 6496054.
HSL color Cylindrical-coordinate representation of color #361F63: hue angle of 260.29º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361F63 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 31 | 99 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.61 |
| HSL | 260.29º | 0.52% | 0.25% | - |
| HSV(B) | 260.29º | 0.69% | 0.39% | - |
| XYZ | 4.26 | 2.67 | 12.09 | - |
| YUV | 45.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 99 | 0.45 | 0.69 | 0 | 0.61 | 260.29 | 0.52 | 0.25 |
| Hex | 36 | 1F | 63 | 2D | 45 | 0 | 3D | 104 | 34 | 19 |
| Octal | 66 | 37 | 143 | 55 | 105 | 0 | 75 | 404 | 64 | 31 |
| Binary | 110110 | 11111 | 1100011 | 101101 | 1000101 | 0 | 111101 | 100000100 | 110100 | 11001 |
Color Harmonies of #361F63
Complementary color
Monochromatic Colors of #361F63
Black with #361F63
Text Example
Text Example
White with #361F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361F63; }
p { color: rgb(54,31,99); }
H1.HeaderClassName
{
color: #361F63;
}
.AnyTagClassName
{
color: #361F63;
}
</style>
background-color css
<style>
a { background-color: #361F63; }
a { background-color: rgb(54,31,99); }
div.DivClassName
{
background-color: #361F63;
}
.BgClassName
{
background-color: #361F63;
}
</style>
border-color css
<style>
span { border-color: #361F63; }
span { border-color: rgb(54,31,99); }
td.TdClassName
{
border-color: #361F63;
}
.TagClassName
{
border-color: #361F63;
}
</style>