Shades of Deep Koamaru #2B2779
Tints of Deep Koamaru #2B2779
RGB
CMYK
RGB Variations
Color information
#2B2779 (or 0x2B2779) is known color: Deep Koamaru. HEX triplet: 2B, 27 and 79. RGB value is (43,39,121). Sum of RGB (Red+Green+Blue) = 43+39+121=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B2779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2779 is #D4D886. Grayscale: #313131. Windows color (decimal): -13949063 or 7939883. OLE color: 7939883.
HSL color Cylindrical-coordinate representation of color #2B2779: hue angle of 242.93º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B2779 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 39 | 121 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.53 |
| HSL | 242.93º | 0.51% | 0.31% | - |
| HSV(B) | 242.93º | 0.68% | 0.47% | - |
| XYZ | 5.17 | 3.35 | 18.46 | - |
| YUV | 49.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 121 | 0.64 | 0.68 | 0 | 0.53 | 242.93 | 0.51 | 0.31 |
| Hex | 2B | 27 | 79 | 40 | 44 | 0 | 35 | F3 | 33 | 1F |
| Octal | 53 | 47 | 171 | 100 | 104 | 0 | 65 | 363 | 63 | 37 |
| Binary | 101011 | 100111 | 1111001 | 1000000 | 1000100 | 0 | 110101 | 11110011 | 110011 | 11111 |
Color Harmonies of #2B2779
Complementary color
Monochromatic Colors of #2B2779
Black with #2B2779
Text Example
Text Example
White with #2B2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2779; }
p { color: rgb(43,39,121); }
H1.HeaderClassName
{
color: #2B2779;
}
.AnyTagClassName
{
color: #2B2779;
}
</style>
background-color css
<style>
a { background-color: #2B2779; }
a { background-color: rgb(43,39,121); }
div.DivClassName
{
background-color: #2B2779;
}
.BgClassName
{
background-color: #2B2779;
}
</style>
border-color css
<style>
span { border-color: #2B2779; }
span { border-color: rgb(43,39,121); }
td.TdClassName
{
border-color: #2B2779;
}
.TagClassName
{
border-color: #2B2779;
}
</style>