Shades of Deep Koamaru #272871
Tints of Deep Koamaru #272871
RGB
CMYK
RGB Variations
Color information
#272871 (or 0x272871) is known color: Deep Koamaru. HEX triplet: 27, 28 and 71. RGB value is (39,40,113). Sum of RGB (Red+Green+Blue) = 39+40+113=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #272871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272871 is #D8D78E. Grayscale: #2F2F2F. Windows color (decimal): -14210959 or 7415847. OLE color: 7415847.
HSL color Cylindrical-coordinate representation of color #272871: hue angle of 239.19º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #272871 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 40 | 113 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.56 |
| HSL | 239.19º | 0.49% | 0.3% | - |
| HSV(B) | 239.19º | 0.65% | 0.44% | - |
| XYZ | 4.58 | 3.14 | 15.99 | - |
| YUV | 48.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 113 | 0.65 | 0.65 | 0 | 0.56 | 239.19 | 0.49 | 0.3 |
| Hex | 27 | 28 | 71 | 41 | 41 | 0 | 38 | EF | 31 | 1E |
| Octal | 47 | 50 | 161 | 101 | 101 | 0 | 70 | 357 | 61 | 36 |
| Binary | 100111 | 101000 | 1110001 | 1000001 | 1000001 | 0 | 111000 | 11101111 | 110001 | 11110 |
Color Harmonies of #272871
Complementary color
Monochromatic Colors of #272871
Black with #272871
Text Example
Text Example
White with #272871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272871; }
p { color: rgb(39,40,113); }
H1.HeaderClassName
{
color: #272871;
}
.AnyTagClassName
{
color: #272871;
}
</style>
background-color css
<style>
a { background-color: #272871; }
a { background-color: rgb(39,40,113); }
div.DivClassName
{
background-color: #272871;
}
.BgClassName
{
background-color: #272871;
}
</style>
border-color css
<style>
span { border-color: #272871; }
span { border-color: rgb(39,40,113); }
td.TdClassName
{
border-color: #272871;
}
.TagClassName
{
border-color: #272871;
}
</style>