Shades of Deep Koamaru #2D2879
Tints of Deep Koamaru #2D2879
RGB
CMYK
RGB Variations
Color information
#2D2879 (or 0x2D2879) is known color: Deep Koamaru. HEX triplet: 2D, 28 and 79. RGB value is (45,40,121). Sum of RGB (Red+Green+Blue) = 45+40+121=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2879 is #D2D786. Grayscale: #323232. Windows color (decimal): -13817735 or 7940141. OLE color: 7940141.
HSL color Cylindrical-coordinate representation of color #2D2879: hue angle of 243.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2879 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 40 | 121 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.53 |
| HSL | 243.7º | 0.5% | 0.32% | - |
| HSV(B) | 243.7º | 0.67% | 0.47% | - |
| XYZ | 5.29 | 3.46 | 18.48 | - |
| YUV | 50.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 121 | 0.63 | 0.67 | 0 | 0.53 | 243.7 | 0.5 | 0.32 |
| Hex | 2D | 28 | 79 | 3F | 43 | 0 | 35 | F4 | 32 | 20 |
| Octal | 55 | 50 | 171 | 77 | 103 | 0 | 65 | 364 | 62 | 40 |
| Binary | 101101 | 101000 | 1111001 | 111111 | 1000011 | 0 | 110101 | 11110100 | 110010 | 100000 |
Color Harmonies of #2D2879
Complementary color
Monochromatic Colors of #2D2879
Black with #2D2879
Text Example
Text Example
White with #2D2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2879; }
p { color: rgb(45,40,121); }
H1.HeaderClassName
{
color: #2D2879;
}
.AnyTagClassName
{
color: #2D2879;
}
</style>
background-color css
<style>
a { background-color: #2D2879; }
a { background-color: rgb(45,40,121); }
div.DivClassName
{
background-color: #2D2879;
}
.BgClassName
{
background-color: #2D2879;
}
</style>
border-color css
<style>
span { border-color: #2D2879; }
span { border-color: rgb(45,40,121); }
td.TdClassName
{
border-color: #2D2879;
}
.TagClassName
{
border-color: #2D2879;
}
</style>