Shades of Deep Koamaru #373175
Tints of Deep Koamaru #373175
RGB
CMYK
RGB Variations
Color information
#373175 (or 0x373175) is known color: Deep Koamaru. HEX triplet: 37, 31 and 75. RGB value is (55,49,117). Sum of RGB (Red+Green+Blue) = 55+49+117=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #373175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373175 is #C8CE8A. Grayscale: #3A3A3A. Windows color (decimal): -13160075 or 7680311. OLE color: 7680311.
HSL color Cylindrical-coordinate representation of color #373175: hue angle of 245.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373175 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 49 | 117 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.54 |
| HSL | 245.29º | 0.41% | 0.33% | - |
| HSV(B) | 245.29º | 0.58% | 0.46% | - |
| XYZ | 5.88 | 4.29 | 17.35 | - |
| YUV | 58.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 117 | 0.53 | 0.58 | 0 | 0.54 | 245.29 | 0.41 | 0.33 |
| Hex | 37 | 31 | 75 | 35 | 3A | 0 | 36 | F5 | 29 | 21 |
| Octal | 67 | 61 | 165 | 65 | 72 | 0 | 66 | 365 | 51 | 41 |
| Binary | 110111 | 110001 | 1110101 | 110101 | 111010 | 0 | 110110 | 11110101 | 101001 | 100001 |
Color Harmonies of #373175
Complementary color
Monochromatic Colors of #373175
Black with #373175
Text Example
Text Example
White with #373175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373175; }
p { color: rgb(55,49,117); }
H1.HeaderClassName
{
color: #373175;
}
.AnyTagClassName
{
color: #373175;
}
</style>
background-color css
<style>
a { background-color: #373175; }
a { background-color: rgb(55,49,117); }
div.DivClassName
{
background-color: #373175;
}
.BgClassName
{
background-color: #373175;
}
</style>
border-color css
<style>
span { border-color: #373175; }
span { border-color: rgb(55,49,117); }
td.TdClassName
{
border-color: #373175;
}
.TagClassName
{
border-color: #373175;
}
</style>