Shades of Deep Koamaru #2F2E5D
Tints of Deep Koamaru #2F2E5D
RGB
CMYK
RGB Variations
Color information
#2F2E5D (or 0x2F2E5D) is known color: Deep Koamaru. HEX triplet: 2F, 2E and 5D. RGB value is (47,46,93). Sum of RGB (Red+Green+Blue) = 47+46+93=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F2E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2E5D is #D0D1A2. Grayscale: #333333. Windows color (decimal): -13685155 or 6106671. OLE color: 6106671.
HSL color Cylindrical-coordinate representation of color #2F2E5D: hue angle of 241.28º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F2E5D is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 46 | 93 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.64 |
| HSL | 241.28º | 0.34% | 0.27% | - |
| HSV(B) | 241.28º | 0.51% | 0.36% | - |
| XYZ | 4.13 | 3.35 | 10.78 | - |
| YUV | 51.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 93 | 0.49 | 0.51 | 0 | 0.64 | 241.28 | 0.34 | 0.27 |
| Hex | 2F | 2E | 5D | 31 | 33 | 0 | 40 | F1 | 22 | 1B |
| Octal | 57 | 56 | 135 | 61 | 63 | 0 | 100 | 361 | 42 | 33 |
| Binary | 101111 | 101110 | 1011101 | 110001 | 110011 | 0 | 1000000 | 11110001 | 100010 | 11011 |
Color Harmonies of #2F2E5D
Complementary color
Monochromatic Colors of #2F2E5D
Black with #2F2E5D
Text Example
Text Example
White with #2F2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E5D; }
p { color: rgb(47,46,93); }
H1.HeaderClassName
{
color: #2F2E5D;
}
.AnyTagClassName
{
color: #2F2E5D;
}
</style>
background-color css
<style>
a { background-color: #2F2E5D; }
a { background-color: rgb(47,46,93); }
div.DivClassName
{
background-color: #2F2E5D;
}
.BgClassName
{
background-color: #2F2E5D;
}
</style>
border-color css
<style>
span { border-color: #2F2E5D; }
span { border-color: rgb(47,46,93); }
td.TdClassName
{
border-color: #2F2E5D;
}
.TagClassName
{
border-color: #2F2E5D;
}
</style>