Shades of Deep Koamaru #3A395B
Tints of Deep Koamaru #3A395B
RGB
CMYK
RGB Variations
Color information
#3A395B (or 0x3A395B) is known color: Deep Koamaru. HEX triplet: 3A, 39 and 5B. RGB value is (58,57,91). Sum of RGB (Red+Green+Blue) = 58+57+91=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A395B is #C5C6A4. Grayscale: #3D3D3D. Windows color (decimal): -12961445 or 5978426. OLE color: 5978426.
HSL color Cylindrical-coordinate representation of color #3A395B: hue angle of 241.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A395B is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 57 | 91 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.64 |
| HSL | 241.76º | 0.23% | 0.29% | - |
| HSV(B) | 241.76º | 0.37% | 0.36% | - |
| XYZ | 5.1 | 4.58 | 10.51 | - |
| YUV | 61.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 91 | 0.36 | 0.37 | 0 | 0.64 | 241.76 | 0.23 | 0.29 |
| Hex | 3A | 39 | 5B | 24 | 25 | 0 | 40 | F2 | 17 | 1D |
| Octal | 72 | 71 | 133 | 44 | 45 | 0 | 100 | 362 | 27 | 35 |
| Binary | 111010 | 111001 | 1011011 | 100100 | 100101 | 0 | 1000000 | 11110010 | 10111 | 11101 |
Color Harmonies of #3A395B
Complementary color
Monochromatic Colors of #3A395B
Black with #3A395B
Text Example
Text Example
White with #3A395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A395B; }
p { color: rgb(58,57,91); }
H1.HeaderClassName
{
color: #3A395B;
}
.AnyTagClassName
{
color: #3A395B;
}
</style>
background-color css
<style>
a { background-color: #3A395B; }
a { background-color: rgb(58,57,91); }
div.DivClassName
{
background-color: #3A395B;
}
.BgClassName
{
background-color: #3A395B;
}
</style>
border-color css
<style>
span { border-color: #3A395B; }
span { border-color: rgb(58,57,91); }
td.TdClassName
{
border-color: #3A395B;
}
.TagClassName
{
border-color: #3A395B;
}
</style>