Shades of Christalle #3D145A
Tints of Christalle #3D145A
RGB
CMYK
RGB Variations
Color information
#3D145A (or 0x3D145A) is known color: Christalle. HEX triplet: 3D, 14 and 5A. RGB value is (61,20,90). Sum of RGB (Red+Green+Blue) = 61+20+90=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D145A is #C2EBA5. Grayscale: #282828. Windows color (decimal): -12774310 or 5903421. OLE color: 5903421.
HSL color Cylindrical-coordinate representation of color #3D145A: hue angle of 275.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D145A is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 20 | 90 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.65 |
| HSL | 275.14º | 0.64% | 0.22% | - |
| HSV(B) | 275.14º | 0.78% | 0.35% | - |
| XYZ | 4.02 | 2.23 | 9.89 | - |
| YUV | 40.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 90 | 0.32 | 0.78 | 0 | 0.65 | 275.14 | 0.64 | 0.22 |
| Hex | 3D | 14 | 5A | 20 | 4E | 0 | 41 | 113 | 40 | 16 |
| Octal | 75 | 24 | 132 | 40 | 116 | 0 | 101 | 423 | 100 | 26 |
| Binary | 111101 | 10100 | 1011010 | 100000 | 1001110 | 0 | 1000001 | 100010011 | 1000000 | 10110 |
Color Harmonies of #3D145A
Complementary color
Monochromatic Colors of #3D145A
Black with #3D145A
Text Example
Text Example
White with #3D145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D145A; }
p { color: rgb(61,20,90); }
H1.HeaderClassName
{
color: #3D145A;
}
.AnyTagClassName
{
color: #3D145A;
}
</style>
background-color css
<style>
a { background-color: #3D145A; }
a { background-color: rgb(61,20,90); }
div.DivClassName
{
background-color: #3D145A;
}
.BgClassName
{
background-color: #3D145A;
}
</style>
border-color css
<style>
span { border-color: #3D145A; }
span { border-color: rgb(61,20,90); }
td.TdClassName
{
border-color: #3D145A;
}
.TagClassName
{
border-color: #3D145A;
}
</style>