Shades of Deep Koamaru #2F2D6A
Tints of Deep Koamaru #2F2D6A
RGB
CMYK
RGB Variations
Color information
#2F2D6A (or 0x2F2D6A) is known color: Deep Koamaru. HEX triplet: 2F, 2D and 6A. RGB value is (47,45,106). Sum of RGB (Red+Green+Blue) = 47+45+106=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F2D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2D6A is #D0D295. Grayscale: #343434. Windows color (decimal): -13685398 or 6958383. OLE color: 6958383.
HSL color Cylindrical-coordinate representation of color #2F2D6A: hue angle of 241.97º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2D6A is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 45 | 106 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.58 |
| HSL | 241.97º | 0.4% | 0.3% | - |
| HSV(B) | 241.97º | 0.58% | 0.42% | - |
| XYZ | 4.71 | 3.52 | 14.07 | - |
| YUV | 52.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 106 | 0.56 | 0.58 | 0 | 0.58 | 241.97 | 0.4 | 0.3 |
| Hex | 2F | 2D | 6A | 38 | 3A | 0 | 3A | F2 | 28 | 1E |
| Octal | 57 | 55 | 152 | 70 | 72 | 0 | 72 | 362 | 50 | 36 |
| Binary | 101111 | 101101 | 1101010 | 111000 | 111010 | 0 | 111010 | 11110010 | 101000 | 11110 |
Color Harmonies of #2F2D6A
Complementary color
Monochromatic Colors of #2F2D6A
Black with #2F2D6A
Text Example
Text Example
White with #2F2D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D6A; }
p { color: rgb(47,45,106); }
H1.HeaderClassName
{
color: #2F2D6A;
}
.AnyTagClassName
{
color: #2F2D6A;
}
</style>
background-color css
<style>
a { background-color: #2F2D6A; }
a { background-color: rgb(47,45,106); }
div.DivClassName
{
background-color: #2F2D6A;
}
.BgClassName
{
background-color: #2F2D6A;
}
</style>
border-color css
<style>
span { border-color: #2F2D6A; }
span { border-color: rgb(47,45,106); }
td.TdClassName
{
border-color: #2F2D6A;
}
.TagClassName
{
border-color: #2F2D6A;
}
</style>