Shades of Deep Koamaru #2A2878
Tints of Deep Koamaru #2A2878
RGB
CMYK
RGB Variations
Color information
#2A2878 (or 0x2A2878) is known color: Deep Koamaru. HEX triplet: 2A, 28 and 78. RGB value is (42,40,120). Sum of RGB (Red+Green+Blue) = 42+40+120=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A2878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2878 is #D5D787. Grayscale: #313131. Windows color (decimal): -14014344 or 7874602. OLE color: 7874602.
HSL color Cylindrical-coordinate representation of color #2A2878: hue angle of 241.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A2878 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 40 | 120 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.53 |
| HSL | 241.5º | 0.5% | 0.31% | - |
| HSV(B) | 241.5º | 0.67% | 0.47% | - |
| XYZ | 5.1 | 3.37 | 18.15 | - |
| YUV | 49.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 120 | 0.65 | 0.67 | 0 | 0.53 | 241.5 | 0.5 | 0.31 |
| Hex | 2A | 28 | 78 | 41 | 43 | 0 | 35 | F2 | 32 | 1F |
| Octal | 52 | 50 | 170 | 101 | 103 | 0 | 65 | 362 | 62 | 37 |
| Binary | 101010 | 101000 | 1111000 | 1000001 | 1000011 | 0 | 110101 | 11110010 | 110010 | 11111 |
Color Harmonies of #2A2878
Complementary color
Monochromatic Colors of #2A2878
Black with #2A2878
Text Example
Text Example
White with #2A2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2878; }
p { color: rgb(42,40,120); }
H1.HeaderClassName
{
color: #2A2878;
}
.AnyTagClassName
{
color: #2A2878;
}
</style>
background-color css
<style>
a { background-color: #2A2878; }
a { background-color: rgb(42,40,120); }
div.DivClassName
{
background-color: #2A2878;
}
.BgClassName
{
background-color: #2A2878;
}
</style>
border-color css
<style>
span { border-color: #2A2878; }
span { border-color: rgb(42,40,120); }
td.TdClassName
{
border-color: #2A2878;
}
.TagClassName
{
border-color: #2A2878;
}
</style>