Shades of Deep Koamaru #2C277A
Tints of Deep Koamaru #2C277A
RGB
CMYK
RGB Variations
Color information
#2C277A (or 0x2C277A) is known color: Deep Koamaru. HEX triplet: 2C, 27 and 7A. RGB value is (44,39,122). Sum of RGB (Red+Green+Blue) = 44+39+122=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C277A is #D3D885. Grayscale: #313131. Windows color (decimal): -13883526 or 8005420. OLE color: 8005420.
HSL color Cylindrical-coordinate representation of color #2C277A: hue angle of 243.61º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C277A is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 39 | 122 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.52 |
| HSL | 243.61º | 0.52% | 0.32% | - |
| HSV(B) | 243.61º | 0.68% | 0.48% | - |
| XYZ | 5.28 | 3.39 | 18.79 | - |
| YUV | 49.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 122 | 0.64 | 0.68 | 0 | 0.52 | 243.61 | 0.52 | 0.32 |
| Hex | 2C | 27 | 7A | 40 | 44 | 0 | 34 | F4 | 34 | 20 |
| Octal | 54 | 47 | 172 | 100 | 104 | 0 | 64 | 364 | 64 | 40 |
| Binary | 101100 | 100111 | 1111010 | 1000000 | 1000100 | 0 | 110100 | 11110100 | 110100 | 100000 |
Color Harmonies of #2C277A
Complementary color
Monochromatic Colors of #2C277A
Black with #2C277A
Text Example
Text Example
White with #2C277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C277A; }
p { color: rgb(44,39,122); }
H1.HeaderClassName
{
color: #2C277A;
}
.AnyTagClassName
{
color: #2C277A;
}
</style>
background-color css
<style>
a { background-color: #2C277A; }
a { background-color: rgb(44,39,122); }
div.DivClassName
{
background-color: #2C277A;
}
.BgClassName
{
background-color: #2C277A;
}
</style>
border-color css
<style>
span { border-color: #2C277A; }
span { border-color: rgb(44,39,122); }
td.TdClassName
{
border-color: #2C277A;
}
.TagClassName
{
border-color: #2C277A;
}
</style>