Shades of Deep Koamaru #282971
Tints of Deep Koamaru #282971
RGB
CMYK
RGB Variations
Color information
#282971 (or 0x282971) is known color: Deep Koamaru. HEX triplet: 28, 29 and 71. RGB value is (40,41,113). Sum of RGB (Red+Green+Blue) = 40+41+113=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #282971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282971 is #D7D68E. Grayscale: #303030. Windows color (decimal): -14145167 or 7416104. OLE color: 7416104.
HSL color Cylindrical-coordinate representation of color #282971: hue angle of 239.18º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282971 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 41 | 113 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.56 |
| HSL | 239.18º | 0.48% | 0.3% | - |
| HSV(B) | 239.18º | 0.65% | 0.44% | - |
| XYZ | 4.65 | 3.23 | 16 | - |
| YUV | 48.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 113 | 0.65 | 0.64 | 0 | 0.56 | 239.18 | 0.48 | 0.3 |
| Hex | 28 | 29 | 71 | 41 | 40 | 0 | 38 | EF | 30 | 1E |
| Octal | 50 | 51 | 161 | 101 | 100 | 0 | 70 | 357 | 60 | 36 |
| Binary | 101000 | 101001 | 1110001 | 1000001 | 1000000 | 0 | 111000 | 11101111 | 110000 | 11110 |
Color Harmonies of #282971
Complementary color
Monochromatic Colors of #282971
Black with #282971
Text Example
Text Example
White with #282971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282971; }
p { color: rgb(40,41,113); }
H1.HeaderClassName
{
color: #282971;
}
.AnyTagClassName
{
color: #282971;
}
</style>
background-color css
<style>
a { background-color: #282971; }
a { background-color: rgb(40,41,113); }
div.DivClassName
{
background-color: #282971;
}
.BgClassName
{
background-color: #282971;
}
</style>
border-color css
<style>
span { border-color: #282971; }
span { border-color: rgb(40,41,113); }
td.TdClassName
{
border-color: #282971;
}
.TagClassName
{
border-color: #282971;
}
</style>