Shades of Deep Koamaru #2D2C71
Tints of Deep Koamaru #2D2C71
RGB
CMYK
RGB Variations
Color information
#2D2C71 (or 0x2D2C71) is known color: Deep Koamaru. HEX triplet: 2D, 2C and 71. RGB value is (45,44,113). Sum of RGB (Red+Green+Blue) = 45+44+113=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D2C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2C71 is #D2D38E. Grayscale: #333333. Windows color (decimal): -13816719 or 7416877. OLE color: 7416877.
HSL color Cylindrical-coordinate representation of color #2D2C71: hue angle of 240.87º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D2C71 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 44 | 113 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.56 |
| HSL | 240.87º | 0.44% | 0.31% | - |
| HSV(B) | 240.87º | 0.61% | 0.44% | - |
| XYZ | 4.96 | 3.55 | 16.05 | - |
| YUV | 52.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 44 | 113 | 0.60 | 0.61 | 0 | 0.56 | 240.87 | 0.44 | 0.31 |
| Hex | 2D | 2C | 71 | 3C | 3D | 0 | 38 | F1 | 2C | 1F |
| Octal | 55 | 54 | 161 | 74 | 75 | 0 | 70 | 361 | 54 | 37 |
| Binary | 101101 | 101100 | 1110001 | 111100 | 111101 | 0 | 111000 | 11110001 | 101100 | 11111 |
Color Harmonies of #2D2C71
Complementary color
Monochromatic Colors of #2D2C71
Black with #2D2C71
Text Example
Text Example
White with #2D2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2C71; }
p { color: rgb(45,44,113); }
H1.HeaderClassName
{
color: #2D2C71;
}
.AnyTagClassName
{
color: #2D2C71;
}
</style>
background-color css
<style>
a { background-color: #2D2C71; }
a { background-color: rgb(45,44,113); }
div.DivClassName
{
background-color: #2D2C71;
}
.BgClassName
{
background-color: #2D2C71;
}
</style>
border-color css
<style>
span { border-color: #2D2C71; }
span { border-color: rgb(45,44,113); }
td.TdClassName
{
border-color: #2D2C71;
}
.TagClassName
{
border-color: #2D2C71;
}
</style>