Shades of Deep Koamaru #3D3967
Tints of Deep Koamaru #3D3967
RGB
CMYK
RGB Variations
Color information
#3D3967 (or 0x3D3967) is known color: Deep Koamaru. HEX triplet: 3D, 39 and 67. RGB value is (61,57,103). Sum of RGB (Red+Green+Blue) = 61+57+103=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #3D3967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3967 is #C2C698. Grayscale: #3F3F3F. Windows color (decimal): -12764825 or 6764861. OLE color: 6764861.
HSL color Cylindrical-coordinate representation of color #3D3967: hue angle of 245.22º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D3967 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 57 | 103 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.60 |
| HSL | 245.22º | 0.29% | 0.31% | - |
| HSV(B) | 245.22º | 0.45% | 0.4% | - |
| XYZ | 5.84 | 4.9 | 13.47 | - |
| YUV | 63.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 103 | 0.41 | 0.45 | 0 | 0.60 | 245.22 | 0.29 | 0.31 |
| Hex | 3D | 39 | 67 | 29 | 2D | 0 | 3C | F5 | 1D | 1F |
| Octal | 75 | 71 | 147 | 51 | 55 | 0 | 74 | 365 | 35 | 37 |
| Binary | 111101 | 111001 | 1100111 | 101001 | 101101 | 0 | 111100 | 11110101 | 11101 | 11111 |
Color Harmonies of #3D3967
Complementary color
Monochromatic Colors of #3D3967
Black with #3D3967
Text Example
Text Example
White with #3D3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3967; }
p { color: rgb(61,57,103); }
H1.HeaderClassName
{
color: #3D3967;
}
.AnyTagClassName
{
color: #3D3967;
}
</style>
background-color css
<style>
a { background-color: #3D3967; }
a { background-color: rgb(61,57,103); }
div.DivClassName
{
background-color: #3D3967;
}
.BgClassName
{
background-color: #3D3967;
}
</style>
border-color css
<style>
span { border-color: #3D3967; }
span { border-color: rgb(61,57,103); }
td.TdClassName
{
border-color: #3D3967;
}
.TagClassName
{
border-color: #3D3967;
}
</style>