Shades of Deep Koamaru #2A296D
Tints of Deep Koamaru #2A296D
RGB
CMYK
RGB Variations
Color information
#2A296D (or 0x2A296D) is known color: Deep Koamaru. HEX triplet: 2A, 29 and 6D. RGB value is (42,41,109). Sum of RGB (Red+Green+Blue) = 42+41+109=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A296D is #D5D692. Grayscale: #303030. Windows color (decimal): -14014099 or 7153962. OLE color: 7153962.
HSL color Cylindrical-coordinate representation of color #2A296D: hue angle of 240.88º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A296D is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 41 | 109 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.57 |
| HSL | 240.88º | 0.45% | 0.29% | - |
| HSV(B) | 240.88º | 0.62% | 0.43% | - |
| XYZ | 4.51 | 3.18 | 14.84 | - |
| YUV | 49.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 109 | 0.61 | 0.62 | 0 | 0.57 | 240.88 | 0.45 | 0.29 |
| Hex | 2A | 29 | 6D | 3D | 3E | 0 | 39 | F1 | 2D | 1D |
| Octal | 52 | 51 | 155 | 75 | 76 | 0 | 71 | 361 | 55 | 35 |
| Binary | 101010 | 101001 | 1101101 | 111101 | 111110 | 0 | 111001 | 11110001 | 101101 | 11101 |
Color Harmonies of #2A296D
Complementary color
Monochromatic Colors of #2A296D
Black with #2A296D
Text Example
Text Example
White with #2A296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A296D; }
p { color: rgb(42,41,109); }
H1.HeaderClassName
{
color: #2A296D;
}
.AnyTagClassName
{
color: #2A296D;
}
</style>
background-color css
<style>
a { background-color: #2A296D; }
a { background-color: rgb(42,41,109); }
div.DivClassName
{
background-color: #2A296D;
}
.BgClassName
{
background-color: #2A296D;
}
</style>
border-color css
<style>
span { border-color: #2A296D; }
span { border-color: rgb(42,41,109); }
td.TdClassName
{
border-color: #2A296D;
}
.TagClassName
{
border-color: #2A296D;
}
</style>