Shades of Deep Koamaru #2A2D61
Tints of Deep Koamaru #2A2D61
RGB
CMYK
RGB Variations
Color information
#2A2D61 (or 0x2A2D61) is known color: Deep Koamaru. HEX triplet: 2A, 2D and 61. RGB value is (42,45,97). Sum of RGB (Red+Green+Blue) = 42+45+97=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A2D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2D61 is #D5D29E. Grayscale: #313131. Windows color (decimal): -14013087 or 6368554. OLE color: 6368554.
HSL color Cylindrical-coordinate representation of color #2A2D61: hue angle of 236.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A2D61 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 45 | 97 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.62 |
| HSL | 236.73º | 0.4% | 0.27% | - |
| HSV(B) | 236.73º | 0.57% | 0.38% | - |
| XYZ | 4.05 | 3.23 | 11.72 | - |
| YUV | 50.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 97 | 0.57 | 0.54 | 0 | 0.62 | 236.73 | 0.4 | 0.27 |
| Hex | 2A | 2D | 61 | 39 | 36 | 0 | 3E | ED | 28 | 1B |
| Octal | 52 | 55 | 141 | 71 | 66 | 0 | 76 | 355 | 50 | 33 |
| Binary | 101010 | 101101 | 1100001 | 111001 | 110110 | 0 | 111110 | 11101101 | 101000 | 11011 |
Color Harmonies of #2A2D61
Complementary color
Monochromatic Colors of #2A2D61
Black with #2A2D61
Text Example
Text Example
White with #2A2D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D61; }
p { color: rgb(42,45,97); }
H1.HeaderClassName
{
color: #2A2D61;
}
.AnyTagClassName
{
color: #2A2D61;
}
</style>
background-color css
<style>
a { background-color: #2A2D61; }
a { background-color: rgb(42,45,97); }
div.DivClassName
{
background-color: #2A2D61;
}
.BgClassName
{
background-color: #2A2D61;
}
</style>
border-color css
<style>
span { border-color: #2A2D61; }
span { border-color: rgb(42,45,97); }
td.TdClassName
{
border-color: #2A2D61;
}
.TagClassName
{
border-color: #2A2D61;
}
</style>