Shades of Deep Koamaru #2C2879
Tints of Deep Koamaru #2C2879
RGB
CMYK
RGB Variations
Color information
#2C2879 (or 0x2C2879) is known color: Deep Koamaru. HEX triplet: 2C, 28 and 79. RGB value is (44,40,121). Sum of RGB (Red+Green+Blue) = 44+40+121=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2879 is #D3D786. Grayscale: #323232. Windows color (decimal): -13883271 or 7940140. OLE color: 7940140.
HSL color Cylindrical-coordinate representation of color #2C2879: hue angle of 242.96º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C2879 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 40 | 121 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.53 |
| HSL | 242.96º | 0.5% | 0.32% | - |
| HSV(B) | 242.96º | 0.67% | 0.47% | - |
| XYZ | 5.25 | 3.43 | 18.48 | - |
| YUV | 50.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 121 | 0.64 | 0.67 | 0 | 0.53 | 242.96 | 0.5 | 0.32 |
| Hex | 2C | 28 | 79 | 40 | 43 | 0 | 35 | F3 | 32 | 20 |
| Octal | 54 | 50 | 171 | 100 | 103 | 0 | 65 | 363 | 62 | 40 |
| Binary | 101100 | 101000 | 1111001 | 1000000 | 1000011 | 0 | 110101 | 11110011 | 110010 | 100000 |
Color Harmonies of #2C2879
Complementary color
Monochromatic Colors of #2C2879
Black with #2C2879
Text Example
Text Example
White with #2C2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2879; }
p { color: rgb(44,40,121); }
H1.HeaderClassName
{
color: #2C2879;
}
.AnyTagClassName
{
color: #2C2879;
}
</style>
background-color css
<style>
a { background-color: #2C2879; }
a { background-color: rgb(44,40,121); }
div.DivClassName
{
background-color: #2C2879;
}
.BgClassName
{
background-color: #2C2879;
}
</style>
border-color css
<style>
span { border-color: #2C2879; }
span { border-color: rgb(44,40,121); }
td.TdClassName
{
border-color: #2C2879;
}
.TagClassName
{
border-color: #2C2879;
}
</style>