Shades of Deep Koamaru #27276E
Tints of Deep Koamaru #27276E
RGB
CMYK
RGB Variations
Color information
#27276E (or 0x27276E) is known color: Deep Koamaru. HEX triplet: 27, 27 and 6E. RGB value is (39,39,110). Sum of RGB (Red+Green+Blue) = 39+39+110=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #27276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27276E is #D8D891. Grayscale: #2E2E2E. Windows color (decimal): -14211218 or 7218983. OLE color: 7218983.
HSL color Cylindrical-coordinate representation of color #27276E: hue angle of 240º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27276E is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 39 | 110 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.57 |
| HSL | 240º | 0.48% | 0.29% | - |
| HSV(B) | 240º | 0.65% | 0.43% | - |
| XYZ | 4.38 | 3.01 | 15.1 | - |
| YUV | 47.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 39 | 110 | 0.65 | 0.65 | 0 | 0.57 | 240 | 0.48 | 0.29 |
| Hex | 27 | 27 | 6E | 41 | 41 | 0 | 39 | F0 | 30 | 1D |
| Octal | 47 | 47 | 156 | 101 | 101 | 0 | 71 | 360 | 60 | 35 |
| Binary | 100111 | 100111 | 1101110 | 1000001 | 1000001 | 0 | 111001 | 11110000 | 110000 | 11101 |
Color Harmonies of #27276E
Complementary color
Monochromatic Colors of #27276E
Black with #27276E
Text Example
Text Example
White with #27276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27276E; }
p { color: rgb(39,39,110); }
H1.HeaderClassName
{
color: #27276E;
}
.AnyTagClassName
{
color: #27276E;
}
</style>
background-color css
<style>
a { background-color: #27276E; }
a { background-color: rgb(39,39,110); }
div.DivClassName
{
background-color: #27276E;
}
.BgClassName
{
background-color: #27276E;
}
</style>
border-color css
<style>
span { border-color: #27276E; }
span { border-color: rgb(39,39,110); }
td.TdClassName
{
border-color: #27276E;
}
.TagClassName
{
border-color: #27276E;
}
</style>