Shades of Deep Koamaru #3A356D
Tints of Deep Koamaru #3A356D
RGB
CMYK
RGB Variations
Color information
#3A356D (or 0x3A356D) is known color: Deep Koamaru. HEX triplet: 3A, 35 and 6D. RGB value is (58,53,109). Sum of RGB (Red+Green+Blue) = 58+53+109=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A356D is #C5CA92. Grayscale: #3C3C3C. Windows color (decimal): -12962451 or 7157050. OLE color: 7157050.
HSL color Cylindrical-coordinate representation of color #3A356D: hue angle of 245.36º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A356D is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 53 | 109 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.57 |
| HSL | 245.36º | 0.35% | 0.32% | - |
| HSV(B) | 245.36º | 0.51% | 0.43% | - |
| XYZ | 5.78 | 4.55 | 15.04 | - |
| YUV | 60.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 109 | 0.47 | 0.51 | 0 | 0.57 | 245.36 | 0.35 | 0.32 |
| Hex | 3A | 35 | 6D | 2F | 33 | 0 | 39 | F5 | 23 | 20 |
| Octal | 72 | 65 | 155 | 57 | 63 | 0 | 71 | 365 | 43 | 40 |
| Binary | 111010 | 110101 | 1101101 | 101111 | 110011 | 0 | 111001 | 11110101 | 100011 | 100000 |
Color Harmonies of #3A356D
Complementary color
Monochromatic Colors of #3A356D
Black with #3A356D
Text Example
Text Example
White with #3A356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A356D; }
p { color: rgb(58,53,109); }
H1.HeaderClassName
{
color: #3A356D;
}
.AnyTagClassName
{
color: #3A356D;
}
</style>
background-color css
<style>
a { background-color: #3A356D; }
a { background-color: rgb(58,53,109); }
div.DivClassName
{
background-color: #3A356D;
}
.BgClassName
{
background-color: #3A356D;
}
</style>
border-color css
<style>
span { border-color: #3A356D; }
span { border-color: rgb(58,53,109); }
td.TdClassName
{
border-color: #3A356D;
}
.TagClassName
{
border-color: #3A356D;
}
</style>