Shades of Deep Koamaru #292B71
Tints of Deep Koamaru #292B71
RGB
CMYK
RGB Variations
Color information
#292B71 (or 0x292B71) is known color: Deep Koamaru. HEX triplet: 29, 2B and 71. RGB value is (41,43,113). Sum of RGB (Red+Green+Blue) = 41+43+113=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #292B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B71 is #D6D48E. Grayscale: #323232. Windows color (decimal): -14079119 or 7416617. OLE color: 7416617.
HSL color Cylindrical-coordinate representation of color #292B71: hue angle of 238.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #292B71 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 43 | 113 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.56 |
| HSL | 238.33º | 0.47% | 0.3% | - |
| HSV(B) | 238.33º | 0.64% | 0.44% | - |
| XYZ | 4.76 | 3.39 | 16.03 | - |
| YUV | 50.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 113 | 0.64 | 0.62 | 0 | 0.56 | 238.33 | 0.47 | 0.3 |
| Hex | 29 | 2B | 71 | 40 | 3E | 0 | 38 | EE | 2F | 1E |
| Octal | 51 | 53 | 161 | 100 | 76 | 0 | 70 | 356 | 57 | 36 |
| Binary | 101001 | 101011 | 1110001 | 1000000 | 111110 | 0 | 111000 | 11101110 | 101111 | 11110 |
Color Harmonies of #292B71
Complementary color
Monochromatic Colors of #292B71
Black with #292B71
Text Example
Text Example
White with #292B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B71; }
p { color: rgb(41,43,113); }
H1.HeaderClassName
{
color: #292B71;
}
.AnyTagClassName
{
color: #292B71;
}
</style>
background-color css
<style>
a { background-color: #292B71; }
a { background-color: rgb(41,43,113); }
div.DivClassName
{
background-color: #292B71;
}
.BgClassName
{
background-color: #292B71;
}
</style>
border-color css
<style>
span { border-color: #292B71; }
span { border-color: rgb(41,43,113); }
td.TdClassName
{
border-color: #292B71;
}
.TagClassName
{
border-color: #292B71;
}
</style>