Shades of Christalle #3D0A66
Tints of Christalle #3D0A66
RGB
CMYK
RGB Variations
Color information
#3D0A66 (or 0x3D0A66) is known color: Christalle. HEX triplet: 3D, 0A and 66. RGB value is (61,10,102). Sum of RGB (Red+Green+Blue) = 61+10+102=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D0A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0A66 is #C2F599. Grayscale: #232323. Windows color (decimal): -12776858 or 6687293. OLE color: 6687293.
HSL color Cylindrical-coordinate representation of color #3D0A66: hue angle of 273.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D0A66 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 10 | 102 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.6 |
| HSL | 273.26º | 0.82% | 0.22% | - |
| HSV(B) | 273.26º | 0.9% | 0.4% | - |
| XYZ | 4.43 | 2.17 | 12.76 | - |
| YUV | 35.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 102 | 0.40 | 0.90 | 0 | 0.6 | 273.26 | 0.82 | 0.22 |
| Hex | 3D | A | 66 | 28 | 5A | 0 | 3C | 111 | 52 | 16 |
| Octal | 75 | 12 | 146 | 50 | 132 | 0 | 74 | 421 | 122 | 26 |
| Binary | 111101 | 1010 | 1100110 | 101000 | 1011010 | 0 | 111100 | 100010001 | 1010010 | 10110 |
Color Harmonies of #3D0A66
Complementary color
Monochromatic Colors of #3D0A66
Black with #3D0A66
Text Example
Text Example
White with #3D0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0A66; }
p { color: rgb(61,10,102); }
H1.HeaderClassName
{
color: #3D0A66;
}
.AnyTagClassName
{
color: #3D0A66;
}
</style>
background-color css
<style>
a { background-color: #3D0A66; }
a { background-color: rgb(61,10,102); }
div.DivClassName
{
background-color: #3D0A66;
}
.BgClassName
{
background-color: #3D0A66;
}
</style>
border-color css
<style>
span { border-color: #3D0A66; }
span { border-color: rgb(61,10,102); }
td.TdClassName
{
border-color: #3D0A66;
}
.TagClassName
{
border-color: #3D0A66;
}
</style>