Shades of Deep Koamaru #2A2C71
Tints of Deep Koamaru #2A2C71
RGB
CMYK
RGB Variations
Color information
#2A2C71 (or 0x2A2C71) is known color: Deep Koamaru. HEX triplet: 2A, 2C and 71. RGB value is (42,44,113). Sum of RGB (Red+Green+Blue) = 42+44+113=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A2C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2C71 is #D5D38E. Grayscale: #323232. Windows color (decimal): -14013327 or 7416874. OLE color: 7416874.
HSL color Cylindrical-coordinate representation of color #2A2C71: hue angle of 238.31º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A2C71 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 44 | 113 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.56 |
| HSL | 238.31º | 0.46% | 0.3% | - |
| HSV(B) | 238.31º | 0.63% | 0.44% | - |
| XYZ | 4.84 | 3.49 | 16.04 | - |
| YUV | 51.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 44 | 113 | 0.63 | 0.61 | 0 | 0.56 | 238.31 | 0.46 | 0.3 |
| Hex | 2A | 2C | 71 | 3F | 3D | 0 | 38 | EE | 2E | 1E |
| Octal | 52 | 54 | 161 | 77 | 75 | 0 | 70 | 356 | 56 | 36 |
| Binary | 101010 | 101100 | 1110001 | 111111 | 111101 | 0 | 111000 | 11101110 | 101110 | 11110 |
Color Harmonies of #2A2C71
Complementary color
Monochromatic Colors of #2A2C71
Black with #2A2C71
Text Example
Text Example
White with #2A2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2C71; }
p { color: rgb(42,44,113); }
H1.HeaderClassName
{
color: #2A2C71;
}
.AnyTagClassName
{
color: #2A2C71;
}
</style>
background-color css
<style>
a { background-color: #2A2C71; }
a { background-color: rgb(42,44,113); }
div.DivClassName
{
background-color: #2A2C71;
}
.BgClassName
{
background-color: #2A2C71;
}
</style>
border-color css
<style>
span { border-color: #2A2C71; }
span { border-color: rgb(42,44,113); }
td.TdClassName
{
border-color: #2A2C71;
}
.TagClassName
{
border-color: #2A2C71;
}
</style>