Shades of Christalle #3C1D71
Tints of Christalle #3C1D71
RGB
CMYK
RGB Variations
Color information
#3C1D71 (or 0x3C1D71) is known color: Christalle. HEX triplet: 3C, 1D and 71. RGB value is (60,29,113). Sum of RGB (Red+Green+Blue) = 60+29+113=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C1D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1D71 is #C3E28E. Grayscale: #2F2F2F. Windows color (decimal): -12837519 or 7413052. OLE color: 7413052.
HSL color Cylindrical-coordinate representation of color #3C1D71: hue angle of 262.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C1D71 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 29 | 113 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.56 |
| HSL | 262.14º | 0.59% | 0.28% | - |
| HSV(B) | 262.14º | 0.74% | 0.44% | - |
| XYZ | 5.28 | 3.03 | 15.93 | - |
| YUV | 47.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 113 | 0.47 | 0.74 | 0 | 0.56 | 262.14 | 0.59 | 0.28 |
| Hex | 3C | 1D | 71 | 2F | 4A | 0 | 38 | 106 | 3B | 1C |
| Octal | 74 | 35 | 161 | 57 | 112 | 0 | 70 | 406 | 73 | 34 |
| Binary | 111100 | 11101 | 1110001 | 101111 | 1001010 | 0 | 111000 | 100000110 | 111011 | 11100 |
Color Harmonies of #3C1D71
Complementary color
Monochromatic Colors of #3C1D71
Black with #3C1D71
Text Example
Text Example
White with #3C1D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D71; }
p { color: rgb(60,29,113); }
H1.HeaderClassName
{
color: #3C1D71;
}
.AnyTagClassName
{
color: #3C1D71;
}
</style>
background-color css
<style>
a { background-color: #3C1D71; }
a { background-color: rgb(60,29,113); }
div.DivClassName
{
background-color: #3C1D71;
}
.BgClassName
{
background-color: #3C1D71;
}
</style>
border-color css
<style>
span { border-color: #3C1D71; }
span { border-color: rgb(60,29,113); }
td.TdClassName
{
border-color: #3C1D71;
}
.TagClassName
{
border-color: #3C1D71;
}
</style>