Shades of Deep Koamaru #2F2879
Tints of Deep Koamaru #2F2879
RGB
CMYK
RGB Variations
Color information
#2F2879 (or 0x2F2879) is known color: Deep Koamaru. HEX triplet: 2F, 28 and 79. RGB value is (47,40,121). Sum of RGB (Red+Green+Blue) = 47+40+121=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2879 is #D0D786. Grayscale: #333333. Windows color (decimal): -13686663 or 7940143. OLE color: 7940143.
HSL color Cylindrical-coordinate representation of color #2F2879: hue angle of 245.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F2879 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 40 | 121 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.53 |
| HSL | 245.19º | 0.5% | 0.32% | - |
| HSV(B) | 245.19º | 0.67% | 0.47% | - |
| XYZ | 5.38 | 3.5 | 18.48 | - |
| YUV | 51.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 121 | 0.61 | 0.67 | 0 | 0.53 | 245.19 | 0.5 | 0.32 |
| Hex | 2F | 28 | 79 | 3D | 43 | 0 | 35 | F5 | 32 | 20 |
| Octal | 57 | 50 | 171 | 75 | 103 | 0 | 65 | 365 | 62 | 40 |
| Binary | 101111 | 101000 | 1111001 | 111101 | 1000011 | 0 | 110101 | 11110101 | 110010 | 100000 |
Color Harmonies of #2F2879
Complementary color
Monochromatic Colors of #2F2879
Black with #2F2879
Text Example
Text Example
White with #2F2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2879; }
p { color: rgb(47,40,121); }
H1.HeaderClassName
{
color: #2F2879;
}
.AnyTagClassName
{
color: #2F2879;
}
</style>
background-color css
<style>
a { background-color: #2F2879; }
a { background-color: rgb(47,40,121); }
div.DivClassName
{
background-color: #2F2879;
}
.BgClassName
{
background-color: #2F2879;
}
</style>
border-color css
<style>
span { border-color: #2F2879; }
span { border-color: rgb(47,40,121); }
td.TdClassName
{
border-color: #2F2879;
}
.TagClassName
{
border-color: #2F2879;
}
</style>