Shades of Deep Koamaru #2F2779
Tints of Deep Koamaru #2F2779
RGB
CMYK
RGB Variations
Color information
#2F2779 (or 0x2F2779) is known color: Deep Koamaru. HEX triplet: 2F, 27 and 79. RGB value is (47,39,121). Sum of RGB (Red+Green+Blue) = 47+39+121=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F2779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2779 is #D0D886. Grayscale: #323232. Windows color (decimal): -13686919 or 7939887. OLE color: 7939887.
HSL color Cylindrical-coordinate representation of color #2F2779: hue angle of 245.85º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F2779 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 39 | 121 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.53 |
| HSL | 245.85º | 0.51% | 0.31% | - |
| HSV(B) | 245.85º | 0.68% | 0.47% | - |
| XYZ | 5.35 | 3.44 | 18.47 | - |
| YUV | 50.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 121 | 0.61 | 0.68 | 0 | 0.53 | 245.85 | 0.51 | 0.31 |
| Hex | 2F | 27 | 79 | 3D | 44 | 0 | 35 | F6 | 33 | 1F |
| Octal | 57 | 47 | 171 | 75 | 104 | 0 | 65 | 366 | 63 | 37 |
| Binary | 101111 | 100111 | 1111001 | 111101 | 1000100 | 0 | 110101 | 11110110 | 110011 | 11111 |
Color Harmonies of #2F2779
Complementary color
Monochromatic Colors of #2F2779
Black with #2F2779
Text Example
Text Example
White with #2F2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2779; }
p { color: rgb(47,39,121); }
H1.HeaderClassName
{
color: #2F2779;
}
.AnyTagClassName
{
color: #2F2779;
}
</style>
background-color css
<style>
a { background-color: #2F2779; }
a { background-color: rgb(47,39,121); }
div.DivClassName
{
background-color: #2F2779;
}
.BgClassName
{
background-color: #2F2779;
}
</style>
border-color css
<style>
span { border-color: #2F2779; }
span { border-color: rgb(47,39,121); }
td.TdClassName
{
border-color: #2F2779;
}
.TagClassName
{
border-color: #2F2779;
}
</style>