Shades of Deep Koamaru #2A2776
Tints of Deep Koamaru #2A2776
RGB
CMYK
RGB Variations
Color information
#2A2776 (or 0x2A2776) is known color: Deep Koamaru. HEX triplet: 2A, 27 and 76. RGB value is (42,39,118). Sum of RGB (Red+Green+Blue) = 42+39+118=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2776 is #D5D889. Grayscale: #303030. Windows color (decimal): -14014602 or 7743274. OLE color: 7743274.
HSL color Cylindrical-coordinate representation of color #2A2776: hue angle of 242.28º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A2776 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 39 | 118 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.54 |
| HSL | 242.28º | 0.5% | 0.31% | - |
| HSV(B) | 242.28º | 0.67% | 0.46% | - |
| XYZ | 4.95 | 3.25 | 17.51 | - |
| YUV | 48.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 118 | 0.64 | 0.67 | 0 | 0.54 | 242.28 | 0.5 | 0.31 |
| Hex | 2A | 27 | 76 | 40 | 43 | 0 | 36 | F2 | 32 | 1F |
| Octal | 52 | 47 | 166 | 100 | 103 | 0 | 66 | 362 | 62 | 37 |
| Binary | 101010 | 100111 | 1110110 | 1000000 | 1000011 | 0 | 110110 | 11110010 | 110010 | 11111 |
Color Harmonies of #2A2776
Complementary color
Monochromatic Colors of #2A2776
Black with #2A2776
Text Example
Text Example
White with #2A2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2776; }
p { color: rgb(42,39,118); }
H1.HeaderClassName
{
color: #2A2776;
}
.AnyTagClassName
{
color: #2A2776;
}
</style>
background-color css
<style>
a { background-color: #2A2776; }
a { background-color: rgb(42,39,118); }
div.DivClassName
{
background-color: #2A2776;
}
.BgClassName
{
background-color: #2A2776;
}
</style>
border-color css
<style>
span { border-color: #2A2776; }
span { border-color: rgb(42,39,118); }
td.TdClassName
{
border-color: #2A2776;
}
.TagClassName
{
border-color: #2A2776;
}
</style>