Shades of Deep Koamaru #3A375D
Tints of Deep Koamaru #3A375D
RGB
CMYK
RGB Variations
Color information
#3A375D (or 0x3A375D) is known color: Deep Koamaru. HEX triplet: 3A, 37 and 5D. RGB value is (58,55,93). Sum of RGB (Red+Green+Blue) = 58+55+93=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A375D is #C5C8A2. Grayscale: #3C3C3C. Windows color (decimal): -12961955 or 6108986. OLE color: 6108986.
HSL color Cylindrical-coordinate representation of color #3A375D: hue angle of 244.74º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A375D is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 55 | 93 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.64 |
| HSL | 244.74º | 0.26% | 0.29% | - |
| HSV(B) | 244.74º | 0.41% | 0.36% | - |
| XYZ | 5.09 | 4.42 | 10.94 | - |
| YUV | 60.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 93 | 0.38 | 0.41 | 0 | 0.64 | 244.74 | 0.26 | 0.29 |
| Hex | 3A | 37 | 5D | 26 | 29 | 0 | 40 | F5 | 1A | 1D |
| Octal | 72 | 67 | 135 | 46 | 51 | 0 | 100 | 365 | 32 | 35 |
| Binary | 111010 | 110111 | 1011101 | 100110 | 101001 | 0 | 1000000 | 11110101 | 11010 | 11101 |
Color Harmonies of #3A375D
Complementary color
Monochromatic Colors of #3A375D
Black with #3A375D
Text Example
Text Example
White with #3A375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A375D; }
p { color: rgb(58,55,93); }
H1.HeaderClassName
{
color: #3A375D;
}
.AnyTagClassName
{
color: #3A375D;
}
</style>
background-color css
<style>
a { background-color: #3A375D; }
a { background-color: rgb(58,55,93); }
div.DivClassName
{
background-color: #3A375D;
}
.BgClassName
{
background-color: #3A375D;
}
</style>
border-color css
<style>
span { border-color: #3A375D; }
span { border-color: rgb(58,55,93); }
td.TdClassName
{
border-color: #3A375D;
}
.TagClassName
{
border-color: #3A375D;
}
</style>