Shades of Christalle #3D0860
Tints of Christalle #3D0860
RGB
CMYK
RGB Variations
Color information
#3D0860 (or 0x3D0860) is known color: Christalle. HEX triplet: 3D, 08 and 60. RGB value is (61,8,96). Sum of RGB (Red+Green+Blue) = 61+8+96=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D0860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0860 is #C2F79F. Grayscale: #212121. Windows color (decimal): -12777376 or 6293565. OLE color: 6293565.
HSL color Cylindrical-coordinate representation of color #3D0860: hue angle of 276.14º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0860 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 8 | 96 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.62 |
| HSL | 276.14º | 0.85% | 0.2% | - |
| HSV(B) | 276.14º | 0.92% | 0.38% | - |
| XYZ | 4.12 | 2.01 | 11.24 | - |
| YUV | 33.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 96 | 0.36 | 0.92 | 0 | 0.62 | 276.14 | 0.85 | 0.2 |
| Hex | 3D | 8 | 60 | 24 | 5C | 0 | 3E | 114 | 55 | 14 |
| Octal | 75 | 10 | 140 | 44 | 134 | 0 | 76 | 424 | 125 | 24 |
| Binary | 111101 | 1000 | 1100000 | 100100 | 1011100 | 0 | 111110 | 100010100 | 1010101 | 10100 |
Color Harmonies of #3D0860
Complementary color
Monochromatic Colors of #3D0860
Black with #3D0860
Text Example
Text Example
White with #3D0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0860; }
p { color: rgb(61,8,96); }
H1.HeaderClassName
{
color: #3D0860;
}
.AnyTagClassName
{
color: #3D0860;
}
</style>
background-color css
<style>
a { background-color: #3D0860; }
a { background-color: rgb(61,8,96); }
div.DivClassName
{
background-color: #3D0860;
}
.BgClassName
{
background-color: #3D0860;
}
</style>
border-color css
<style>
span { border-color: #3D0860; }
span { border-color: rgb(61,8,96); }
td.TdClassName
{
border-color: #3D0860;
}
.TagClassName
{
border-color: #3D0860;
}
</style>