Shades of Christalle #3D1461
Tints of Christalle #3D1461
RGB
CMYK
RGB Variations
Color information
#3D1461 (or 0x3D1461) is known color: Christalle. HEX triplet: 3D, 14 and 61. RGB value is (61,20,97). Sum of RGB (Red+Green+Blue) = 61+20+97=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D1461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1461 is #C2EB9E. Grayscale: #282828. Windows color (decimal): -12774303 or 6362173. OLE color: 6362173.
HSL color Cylindrical-coordinate representation of color #3D1461: hue angle of 271.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D1461 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 20 | 97 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.62 |
| HSL | 271.95º | 0.66% | 0.23% | - |
| HSV(B) | 271.95º | 0.79% | 0.38% | - |
| XYZ | 4.33 | 2.36 | 11.54 | - |
| YUV | 41.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 97 | 0.37 | 0.79 | 0 | 0.62 | 271.95 | 0.66 | 0.23 |
| Hex | 3D | 14 | 61 | 25 | 4F | 0 | 3E | 110 | 42 | 17 |
| Octal | 75 | 24 | 141 | 45 | 117 | 0 | 76 | 420 | 102 | 27 |
| Binary | 111101 | 10100 | 1100001 | 100101 | 1001111 | 0 | 111110 | 100010000 | 1000010 | 10111 |
Color Harmonies of #3D1461
Complementary color
Monochromatic Colors of #3D1461
Black with #3D1461
Text Example
Text Example
White with #3D1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1461; }
p { color: rgb(61,20,97); }
H1.HeaderClassName
{
color: #3D1461;
}
.AnyTagClassName
{
color: #3D1461;
}
</style>
background-color css
<style>
a { background-color: #3D1461; }
a { background-color: rgb(61,20,97); }
div.DivClassName
{
background-color: #3D1461;
}
.BgClassName
{
background-color: #3D1461;
}
</style>
border-color css
<style>
span { border-color: #3D1461; }
span { border-color: rgb(61,20,97); }
td.TdClassName
{
border-color: #3D1461;
}
.TagClassName
{
border-color: #3D1461;
}
</style>