Shades of Christalle #3D0C58
Tints of Christalle #3D0C58
RGB
CMYK
RGB Variations
Color information
#3D0C58 (or 0x3D0C58) is known color: Christalle. HEX triplet: 3D, 0C and 58. RGB value is (61,12,88). Sum of RGB (Red+Green+Blue) = 61+12+88=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D0C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0C58 is #C2F3A7. Grayscale: #232323. Windows color (decimal): -12776360 or 5770301. OLE color: 5770301.
HSL color Cylindrical-coordinate representation of color #3D0C58: hue angle of 278.68º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D0C58 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 12 | 88 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.65 |
| HSL | 278.68º | 0.76% | 0.2% | - |
| HSV(B) | 278.68º | 0.86% | 0.35% | - |
| XYZ | 3.82 | 1.96 | 9.41 | - |
| YUV | 35.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 12 | 88 | 0.31 | 0.86 | 0 | 0.65 | 278.68 | 0.76 | 0.2 |
| Hex | 3D | C | 58 | 1F | 56 | 0 | 41 | 117 | 4C | 14 |
| Octal | 75 | 14 | 130 | 37 | 126 | 0 | 101 | 427 | 114 | 24 |
| Binary | 111101 | 1100 | 1011000 | 11111 | 1010110 | 0 | 1000001 | 100010111 | 1001100 | 10100 |
Color Harmonies of #3D0C58
Complementary color
Monochromatic Colors of #3D0C58
Black with #3D0C58
Text Example
Text Example
White with #3D0C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0C58; }
p { color: rgb(61,12,88); }
H1.HeaderClassName
{
color: #3D0C58;
}
.AnyTagClassName
{
color: #3D0C58;
}
</style>
background-color css
<style>
a { background-color: #3D0C58; }
a { background-color: rgb(61,12,88); }
div.DivClassName
{
background-color: #3D0C58;
}
.BgClassName
{
background-color: #3D0C58;
}
</style>
border-color css
<style>
span { border-color: #3D0C58; }
span { border-color: rgb(61,12,88); }
td.TdClassName
{
border-color: #3D0C58;
}
.TagClassName
{
border-color: #3D0C58;
}
</style>