Shades of Christalle #3D2463
Tints of Christalle #3D2463
RGB
CMYK
RGB Variations
Color information
#3D2463 (or 0x3D2463) is known color: Christalle. HEX triplet: 3D, 24 and 63. RGB value is (61,36,99). Sum of RGB (Red+Green+Blue) = 61+36+99=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D2463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2463 is #C2DB9C. Grayscale: #323232. Windows color (decimal): -12770205 or 6497341. OLE color: 6497341.
HSL color Cylindrical-coordinate representation of color #3D2463: hue angle of 263.81º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D2463 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 36 | 99 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.61 |
| HSL | 263.81º | 0.47% | 0.26% | - |
| HSV(B) | 263.81º | 0.64% | 0.39% | - |
| XYZ | 4.81 | 3.15 | 12.16 | - |
| YUV | 50.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 99 | 0.38 | 0.64 | 0 | 0.61 | 263.81 | 0.47 | 0.26 |
| Hex | 3D | 24 | 63 | 26 | 40 | 0 | 3D | 108 | 2F | 1A |
| Octal | 75 | 44 | 143 | 46 | 100 | 0 | 75 | 410 | 57 | 32 |
| Binary | 111101 | 100100 | 1100011 | 100110 | 1000000 | 0 | 111101 | 100001000 | 101111 | 11010 |
Color Harmonies of #3D2463
Complementary color
Monochromatic Colors of #3D2463
Black with #3D2463
Text Example
Text Example
White with #3D2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2463; }
p { color: rgb(61,36,99); }
H1.HeaderClassName
{
color: #3D2463;
}
.AnyTagClassName
{
color: #3D2463;
}
</style>
background-color css
<style>
a { background-color: #3D2463; }
a { background-color: rgb(61,36,99); }
div.DivClassName
{
background-color: #3D2463;
}
.BgClassName
{
background-color: #3D2463;
}
</style>
border-color css
<style>
span { border-color: #3D2463; }
span { border-color: rgb(61,36,99); }
td.TdClassName
{
border-color: #3D2463;
}
.TagClassName
{
border-color: #3D2463;
}
</style>