Shades of Deep Koamaru #2F2A70
Tints of Deep Koamaru #2F2A70
RGB
CMYK
RGB Variations
Color information
#2F2A70 (or 0x2F2A70) is known color: Deep Koamaru. HEX triplet: 2F, 2A and 70. RGB value is (47,42,112). Sum of RGB (Red+Green+Blue) = 47+42+112=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F2A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2A70 is #D0D58F. Grayscale: #333333. Windows color (decimal): -13686160 or 7350831. OLE color: 7350831.
HSL color Cylindrical-coordinate representation of color #2F2A70: hue angle of 244.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F2A70 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 42 | 112 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.56 |
| HSL | 244.29º | 0.45% | 0.3% | - |
| HSV(B) | 244.29º | 0.63% | 0.44% | - |
| XYZ | 4.92 | 3.43 | 15.73 | - |
| YUV | 51.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 42 | 112 | 0.58 | 0.62 | 0 | 0.56 | 244.29 | 0.45 | 0.3 |
| Hex | 2F | 2A | 70 | 3A | 3E | 0 | 38 | F4 | 2D | 1E |
| Octal | 57 | 52 | 160 | 72 | 76 | 0 | 70 | 364 | 55 | 36 |
| Binary | 101111 | 101010 | 1110000 | 111010 | 111110 | 0 | 111000 | 11110100 | 101101 | 11110 |
Color Harmonies of #2F2A70
Complementary color
Monochromatic Colors of #2F2A70
Black with #2F2A70
Text Example
Text Example
White with #2F2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2A70; }
p { color: rgb(47,42,112); }
H1.HeaderClassName
{
color: #2F2A70;
}
.AnyTagClassName
{
color: #2F2A70;
}
</style>
background-color css
<style>
a { background-color: #2F2A70; }
a { background-color: rgb(47,42,112); }
div.DivClassName
{
background-color: #2F2A70;
}
.BgClassName
{
background-color: #2F2A70;
}
</style>
border-color css
<style>
span { border-color: #2F2A70; }
span { border-color: rgb(47,42,112); }
td.TdClassName
{
border-color: #2F2A70;
}
.TagClassName
{
border-color: #2F2A70;
}
</style>