Shades of Deep Koamaru #2A2870
Tints of Deep Koamaru #2A2870
RGB
CMYK
RGB Variations
Color information
#2A2870 (or 0x2A2870) is known color: Deep Koamaru. HEX triplet: 2A, 28 and 70. RGB value is (42,40,112). Sum of RGB (Red+Green+Blue) = 42+40+112=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A2870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2870 is #D5D78F. Grayscale: #303030. Windows color (decimal): -14014352 or 7350314. OLE color: 7350314.
HSL color Cylindrical-coordinate representation of color #2A2870: hue angle of 241.67º 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 #2A2870 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 40 | 112 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.56 |
| HSL | 241.67º | 0.47% | 0.3% | - |
| HSV(B) | 241.67º | 0.64% | 0.44% | - |
| XYZ | 4.64 | 3.18 | 15.7 | - |
| YUV | 48.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 112 | 0.62 | 0.64 | 0 | 0.56 | 241.67 | 0.47 | 0.3 |
| Hex | 2A | 28 | 70 | 3E | 40 | 0 | 38 | F2 | 2F | 1E |
| Octal | 52 | 50 | 160 | 76 | 100 | 0 | 70 | 362 | 57 | 36 |
| Binary | 101010 | 101000 | 1110000 | 111110 | 1000000 | 0 | 111000 | 11110010 | 101111 | 11110 |
Color Harmonies of #2A2870
Complementary color
Monochromatic Colors of #2A2870
Black with #2A2870
Text Example
Text Example
White with #2A2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2870; }
p { color: rgb(42,40,112); }
H1.HeaderClassName
{
color: #2A2870;
}
.AnyTagClassName
{
color: #2A2870;
}
</style>
background-color css
<style>
a { background-color: #2A2870; }
a { background-color: rgb(42,40,112); }
div.DivClassName
{
background-color: #2A2870;
}
.BgClassName
{
background-color: #2A2870;
}
</style>
border-color css
<style>
span { border-color: #2A2870; }
span { border-color: rgb(42,40,112); }
td.TdClassName
{
border-color: #2A2870;
}
.TagClassName
{
border-color: #2A2870;
}
</style>