Shades of Deep Koamaru #2F2E76
Tints of Deep Koamaru #2F2E76
RGB
CMYK
RGB Variations
Color information
#2F2E76 (or 0x2F2E76) is known color: Deep Koamaru. HEX triplet: 2F, 2E and 76. RGB value is (47,46,118). Sum of RGB (Red+Green+Blue) = 47+46+118=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2E76 is #D0D189. Grayscale: #363636. Windows color (decimal): -13685130 or 7745071. OLE color: 7745071.
HSL color Cylindrical-coordinate representation of color #2F2E76: hue angle of 240.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F2E76 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 46 | 118 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.54 |
| HSL | 240.83º | 0.44% | 0.32% | - |
| HSV(B) | 240.83º | 0.61% | 0.46% | - |
| XYZ | 5.42 | 3.87 | 17.6 | - |
| YUV | 54.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 118 | 0.60 | 0.61 | 0 | 0.54 | 240.83 | 0.44 | 0.32 |
| Hex | 2F | 2E | 76 | 3C | 3D | 0 | 36 | F1 | 2C | 20 |
| Octal | 57 | 56 | 166 | 74 | 75 | 0 | 66 | 361 | 54 | 40 |
| Binary | 101111 | 101110 | 1110110 | 111100 | 111101 | 0 | 110110 | 11110001 | 101100 | 100000 |
Color Harmonies of #2F2E76
Complementary color
Monochromatic Colors of #2F2E76
Black with #2F2E76
Text Example
Text Example
White with #2F2E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E76; }
p { color: rgb(47,46,118); }
H1.HeaderClassName
{
color: #2F2E76;
}
.AnyTagClassName
{
color: #2F2E76;
}
</style>
background-color css
<style>
a { background-color: #2F2E76; }
a { background-color: rgb(47,46,118); }
div.DivClassName
{
background-color: #2F2E76;
}
.BgClassName
{
background-color: #2F2E76;
}
</style>
border-color css
<style>
span { border-color: #2F2E76; }
span { border-color: rgb(47,46,118); }
td.TdClassName
{
border-color: #2F2E76;
}
.TagClassName
{
border-color: #2F2E76;
}
</style>