Shades of Deep Koamaru #2F2776
Tints of Deep Koamaru #2F2776
RGB
CMYK
RGB Variations
Color information
#2F2776 (or 0x2F2776) is known color: Deep Koamaru. HEX triplet: 2F, 27 and 76. RGB value is (47,39,118). Sum of RGB (Red+Green+Blue) = 47+39+118=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2776 is #D0D889. Grayscale: #323232. Windows color (decimal): -13686922 or 7743279. OLE color: 7743279.
HSL color Cylindrical-coordinate representation of color #2F2776: hue angle of 246.08º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F2776 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 39 | 118 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.54 |
| HSL | 246.08º | 0.5% | 0.31% | - |
| HSV(B) | 246.08º | 0.67% | 0.46% | - |
| XYZ | 5.17 | 3.36 | 17.52 | - |
| YUV | 50.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 118 | 0.60 | 0.67 | 0 | 0.54 | 246.08 | 0.5 | 0.31 |
| Hex | 2F | 27 | 76 | 3C | 43 | 0 | 36 | F6 | 32 | 1F |
| Octal | 57 | 47 | 166 | 74 | 103 | 0 | 66 | 366 | 62 | 37 |
| Binary | 101111 | 100111 | 1110110 | 111100 | 1000011 | 0 | 110110 | 11110110 | 110010 | 11111 |
Color Harmonies of #2F2776
Complementary color
Monochromatic Colors of #2F2776
Black with #2F2776
Text Example
Text Example
White with #2F2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2776; }
p { color: rgb(47,39,118); }
H1.HeaderClassName
{
color: #2F2776;
}
.AnyTagClassName
{
color: #2F2776;
}
</style>
background-color css
<style>
a { background-color: #2F2776; }
a { background-color: rgb(47,39,118); }
div.DivClassName
{
background-color: #2F2776;
}
.BgClassName
{
background-color: #2F2776;
}
</style>
border-color css
<style>
span { border-color: #2F2776; }
span { border-color: rgb(47,39,118); }
td.TdClassName
{
border-color: #2F2776;
}
.TagClassName
{
border-color: #2F2776;
}
</style>