Shades of Deep Koamaru #28266D
Tints of Deep Koamaru #28266D
RGB
CMYK
RGB Variations
Color information
#28266D (or 0x28266D) is known color: Deep Koamaru. HEX triplet: 28, 26 and 6D. RGB value is (40,38,109). Sum of RGB (Red+Green+Blue) = 40+38+109=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #28266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28266D is #D7D992. Grayscale: #2E2E2E. Windows color (decimal): -14145939 or 7153192. OLE color: 7153192.
HSL color Cylindrical-coordinate representation of color #28266D: hue angle of 241.69º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28266D is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 38 | 109 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.57 |
| HSL | 241.69º | 0.48% | 0.29% | - |
| HSV(B) | 241.69º | 0.65% | 0.43% | - |
| XYZ | 4.33 | 2.94 | 14.81 | - |
| YUV | 46.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 109 | 0.63 | 0.65 | 0 | 0.57 | 241.69 | 0.48 | 0.29 |
| Hex | 28 | 26 | 6D | 3F | 41 | 0 | 39 | F2 | 30 | 1D |
| Octal | 50 | 46 | 155 | 77 | 101 | 0 | 71 | 362 | 60 | 35 |
| Binary | 101000 | 100110 | 1101101 | 111111 | 1000001 | 0 | 111001 | 11110010 | 110000 | 11101 |
Color Harmonies of #28266D
Complementary color
Monochromatic Colors of #28266D
Black with #28266D
Text Example
Text Example
White with #28266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28266D; }
p { color: rgb(40,38,109); }
H1.HeaderClassName
{
color: #28266D;
}
.AnyTagClassName
{
color: #28266D;
}
</style>
background-color css
<style>
a { background-color: #28266D; }
a { background-color: rgb(40,38,109); }
div.DivClassName
{
background-color: #28266D;
}
.BgClassName
{
background-color: #28266D;
}
</style>
border-color css
<style>
span { border-color: #28266D; }
span { border-color: rgb(40,38,109); }
td.TdClassName
{
border-color: #28266D;
}
.TagClassName
{
border-color: #28266D;
}
</style>