Shades of Christalle #3D1A6B
Tints of Christalle #3D1A6B
RGB
CMYK
RGB Variations
Color information
#3D1A6B (or 0x3D1A6B) is known color: Christalle. HEX triplet: 3D, 1A and 6B. RGB value is (61,26,107). Sum of RGB (Red+Green+Blue) = 61+26+107=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D1A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1A6B is #C2E594. Grayscale: #2D2D2D. Windows color (decimal): -12772757 or 7019069. OLE color: 7019069.
HSL color Cylindrical-coordinate representation of color #3D1A6B: hue angle of 265.93º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D1A6B is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 26 | 107 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.58 |
| HSL | 265.93º | 0.61% | 0.26% | - |
| HSV(B) | 265.93º | 0.76% | 0.42% | - |
| XYZ | 4.95 | 2.79 | 14.19 | - |
| YUV | 45.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 107 | 0.43 | 0.76 | 0 | 0.58 | 265.93 | 0.61 | 0.26 |
| Hex | 3D | 1A | 6B | 2B | 4C | 0 | 3A | 10A | 3D | 1A |
| Octal | 75 | 32 | 153 | 53 | 114 | 0 | 72 | 412 | 75 | 32 |
| Binary | 111101 | 11010 | 1101011 | 101011 | 1001100 | 0 | 111010 | 100001010 | 111101 | 11010 |
Color Harmonies of #3D1A6B
Complementary color
Monochromatic Colors of #3D1A6B
Black with #3D1A6B
Text Example
Text Example
White with #3D1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1A6B; }
p { color: rgb(61,26,107); }
H1.HeaderClassName
{
color: #3D1A6B;
}
.AnyTagClassName
{
color: #3D1A6B;
}
</style>
background-color css
<style>
a { background-color: #3D1A6B; }
a { background-color: rgb(61,26,107); }
div.DivClassName
{
background-color: #3D1A6B;
}
.BgClassName
{
background-color: #3D1A6B;
}
</style>
border-color css
<style>
span { border-color: #3D1A6B; }
span { border-color: rgb(61,26,107); }
td.TdClassName
{
border-color: #3D1A6B;
}
.TagClassName
{
border-color: #3D1A6B;
}
</style>