Shades of Deep Koamaru #292C78
Tints of Deep Koamaru #292C78
RGB
CMYK
RGB Variations
Color information
#292C78 (or 0x292C78) is known color: Deep Koamaru. HEX triplet: 29, 2C and 78. RGB value is (41,44,120). Sum of RGB (Red+Green+Blue) = 41+44+120=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #292C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C78 is #D6D387. Grayscale: #333333. Windows color (decimal): -14078856 or 7875625. OLE color: 7875625.
HSL color Cylindrical-coordinate representation of color #292C78: hue angle of 237.72º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #292C78 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 44 | 120 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.53 |
| HSL | 237.72º | 0.49% | 0.32% | - |
| HSV(B) | 237.72º | 0.66% | 0.47% | - |
| XYZ | 5.21 | 3.63 | 18.2 | - |
| YUV | 51.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 120 | 0.66 | 0.63 | 0 | 0.53 | 237.72 | 0.49 | 0.32 |
| Hex | 29 | 2C | 78 | 42 | 3F | 0 | 35 | EE | 31 | 20 |
| Octal | 51 | 54 | 170 | 102 | 77 | 0 | 65 | 356 | 61 | 40 |
| Binary | 101001 | 101100 | 1111000 | 1000010 | 111111 | 0 | 110101 | 11101110 | 110001 | 100000 |
Color Harmonies of #292C78
Complementary color
Monochromatic Colors of #292C78
Black with #292C78
Text Example
Text Example
White with #292C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C78; }
p { color: rgb(41,44,120); }
H1.HeaderClassName
{
color: #292C78;
}
.AnyTagClassName
{
color: #292C78;
}
</style>
background-color css
<style>
a { background-color: #292C78; }
a { background-color: rgb(41,44,120); }
div.DivClassName
{
background-color: #292C78;
}
.BgClassName
{
background-color: #292C78;
}
</style>
border-color css
<style>
span { border-color: #292C78; }
span { border-color: rgb(41,44,120); }
td.TdClassName
{
border-color: #292C78;
}
.TagClassName
{
border-color: #292C78;
}
</style>