Shades of Deep Koamaru #28286B
Tints of Deep Koamaru #28286B
RGB
CMYK
RGB Variations
Color information
#28286B (or 0x28286B) is known color: Deep Koamaru. HEX triplet: 28, 28 and 6B. RGB value is (40,40,107). Sum of RGB (Red+Green+Blue) = 40+40+107=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #28286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28286B is #D7D794. Grayscale: #2F2F2F. Windows color (decimal): -14145429 or 7022632. OLE color: 7022632.
HSL color Cylindrical-coordinate representation of color #28286B: hue angle of 240º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28286B is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 40 | 107 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.58 |
| HSL | 240º | 0.46% | 0.29% | - |
| HSV(B) | 240º | 0.63% | 0.42% | - |
| XYZ | 4.29 | 3.03 | 14.27 | - |
| YUV | 47.64 | 161.5 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 107 | 0.63 | 0.63 | 0 | 0.58 | 240 | 0.46 | 0.29 |
| Hex | 28 | 28 | 6B | 3F | 3F | 0 | 3A | F0 | 2E | 1D |
| Octal | 50 | 50 | 153 | 77 | 77 | 0 | 72 | 360 | 56 | 35 |
| Binary | 101000 | 101000 | 1101011 | 111111 | 111111 | 0 | 111010 | 11110000 | 101110 | 11101 |
Color Harmonies of #28286B
Complementary color
Monochromatic Colors of #28286B
Black with #28286B
Text Example
Text Example
White with #28286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28286B; }
p { color: rgb(40,40,107); }
H1.HeaderClassName
{
color: #28286B;
}
.AnyTagClassName
{
color: #28286B;
}
</style>
background-color css
<style>
a { background-color: #28286B; }
a { background-color: rgb(40,40,107); }
div.DivClassName
{
background-color: #28286B;
}
.BgClassName
{
background-color: #28286B;
}
</style>
border-color css
<style>
span { border-color: #28286B; }
span { border-color: rgb(40,40,107); }
td.TdClassName
{
border-color: #28286B;
}
.TagClassName
{
border-color: #28286B;
}
</style>