Shades of Christalle #3D175B
Tints of Christalle #3D175B
RGB
CMYK
RGB Variations
Color information
#3D175B (or 0x3D175B) is known color: Christalle. HEX triplet: 3D, 17 and 5B. RGB value is (61,23,91). Sum of RGB (Red+Green+Blue) = 61+23+91=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D175B is #C2E8A4. Grayscale: #292929. Windows color (decimal): -12773541 or 5969725. OLE color: 5969725.
HSL color Cylindrical-coordinate representation of color #3D175B: hue angle of 273.53º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D175B is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 23 | 91 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.64 |
| HSL | 273.53º | 0.6% | 0.22% | - |
| HSV(B) | 273.53º | 0.75% | 0.36% | - |
| XYZ | 4.12 | 2.36 | 10.14 | - |
| YUV | 42.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 91 | 0.33 | 0.75 | 0 | 0.64 | 273.53 | 0.6 | 0.22 |
| Hex | 3D | 17 | 5B | 21 | 4B | 0 | 40 | 112 | 3C | 16 |
| Octal | 75 | 27 | 133 | 41 | 113 | 0 | 100 | 422 | 74 | 26 |
| Binary | 111101 | 10111 | 1011011 | 100001 | 1001011 | 0 | 1000000 | 100010010 | 111100 | 10110 |
Color Harmonies of #3D175B
Complementary color
Monochromatic Colors of #3D175B
Black with #3D175B
Text Example
Text Example
White with #3D175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D175B; }
p { color: rgb(61,23,91); }
H1.HeaderClassName
{
color: #3D175B;
}
.AnyTagClassName
{
color: #3D175B;
}
</style>
background-color css
<style>
a { background-color: #3D175B; }
a { background-color: rgb(61,23,91); }
div.DivClassName
{
background-color: #3D175B;
}
.BgClassName
{
background-color: #3D175B;
}
</style>
border-color css
<style>
span { border-color: #3D175B; }
span { border-color: rgb(61,23,91); }
td.TdClassName
{
border-color: #3D175B;
}
.TagClassName
{
border-color: #3D175B;
}
</style>