Shades of Deep Koamaru #3D3969
Tints of Deep Koamaru #3D3969
RGB
CMYK
RGB Variations
Color information
#3D3969 (or 0x3D3969) is known color: Deep Koamaru. HEX triplet: 3D, 39 and 69. RGB value is (61,57,105). Sum of RGB (Red+Green+Blue) = 61+57+105=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D3969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3969 is #C2C696. Grayscale: #3F3F3F. Windows color (decimal): -12764823 or 6895933. OLE color: 6895933.
HSL color Cylindrical-coordinate representation of color #3D3969: hue angle of 245º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D3969 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 57 | 105 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.59 |
| HSL | 245º | 0.3% | 0.32% | - |
| HSV(B) | 245º | 0.46% | 0.41% | - |
| XYZ | 5.94 | 4.94 | 14 | - |
| YUV | 63.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 105 | 0.42 | 0.46 | 0 | 0.59 | 245 | 0.3 | 0.32 |
| Hex | 3D | 39 | 69 | 2A | 2E | 0 | 3B | F5 | 1E | 20 |
| Octal | 75 | 71 | 151 | 52 | 56 | 0 | 73 | 365 | 36 | 40 |
| Binary | 111101 | 111001 | 1101001 | 101010 | 101110 | 0 | 111011 | 11110101 | 11110 | 100000 |
Color Harmonies of #3D3969
Complementary color
Monochromatic Colors of #3D3969
Black with #3D3969
Text Example
Text Example
White with #3D3969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3969; }
p { color: rgb(61,57,105); }
H1.HeaderClassName
{
color: #3D3969;
}
.AnyTagClassName
{
color: #3D3969;
}
</style>
background-color css
<style>
a { background-color: #3D3969; }
a { background-color: rgb(61,57,105); }
div.DivClassName
{
background-color: #3D3969;
}
.BgClassName
{
background-color: #3D3969;
}
</style>
border-color css
<style>
span { border-color: #3D3969; }
span { border-color: rgb(61,57,105); }
td.TdClassName
{
border-color: #3D3969;
}
.TagClassName
{
border-color: #3D3969;
}
</style>