Shades of Deep Koamaru #272860
Tints of Deep Koamaru #272860
RGB
CMYK
RGB Variations
Color information
#272860 (or 0x272860) is known color: Deep Koamaru. HEX triplet: 27, 28 and 60. RGB value is (39,40,96). Sum of RGB (Red+Green+Blue) = 39+40+96=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #272860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272860 is #D8D79F. Grayscale: #2D2D2D. Windows color (decimal): -14210976 or 6301735. OLE color: 6301735.
HSL color Cylindrical-coordinate representation of color #272860: hue angle of 238.95º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272860 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 40 | 96 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.62 |
| HSL | 238.95º | 0.42% | 0.26% | - |
| HSV(B) | 238.95º | 0.59% | 0.38% | - |
| XYZ | 3.71 | 2.79 | 11.41 | - |
| YUV | 46.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 96 | 0.59 | 0.58 | 0 | 0.62 | 238.95 | 0.42 | 0.26 |
| Hex | 27 | 28 | 60 | 3B | 3A | 0 | 3E | EF | 2A | 1A |
| Octal | 47 | 50 | 140 | 73 | 72 | 0 | 76 | 357 | 52 | 32 |
| Binary | 100111 | 101000 | 1100000 | 111011 | 111010 | 0 | 111110 | 11101111 | 101010 | 11010 |
Color Harmonies of #272860
Complementary color
Monochromatic Colors of #272860
Black with #272860
Text Example
Text Example
White with #272860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272860; }
p { color: rgb(39,40,96); }
H1.HeaderClassName
{
color: #272860;
}
.AnyTagClassName
{
color: #272860;
}
</style>
background-color css
<style>
a { background-color: #272860; }
a { background-color: rgb(39,40,96); }
div.DivClassName
{
background-color: #272860;
}
.BgClassName
{
background-color: #272860;
}
</style>
border-color css
<style>
span { border-color: #272860; }
span { border-color: rgb(39,40,96); }
td.TdClassName
{
border-color: #272860;
}
.TagClassName
{
border-color: #272860;
}
</style>