Shades of Deep Koamaru #28266E
Tints of Deep Koamaru #28266E
RGB
CMYK
RGB Variations
Color information
#28266E (or 0x28266E) is known color: Deep Koamaru. HEX triplet: 28, 26 and 6E. RGB value is (40,38,110). Sum of RGB (Red+Green+Blue) = 40+38+110=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #28266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28266E is #D7D991. Grayscale: #2E2E2E. Windows color (decimal): -14145938 or 7218728. OLE color: 7218728.
HSL color Cylindrical-coordinate representation of color #28266E: hue angle of 241.67º degrees, saturation: 0.49, 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 #28266E is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 38 | 110 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.57 |
| HSL | 241.67º | 0.49% | 0.29% | - |
| HSV(B) | 241.67º | 0.65% | 0.43% | - |
| XYZ | 4.38 | 2.96 | 15.09 | - |
| YUV | 46.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 110 | 0.64 | 0.65 | 0 | 0.57 | 241.67 | 0.49 | 0.29 |
| Hex | 28 | 26 | 6E | 40 | 41 | 0 | 39 | F2 | 31 | 1D |
| Octal | 50 | 46 | 156 | 100 | 101 | 0 | 71 | 362 | 61 | 35 |
| Binary | 101000 | 100110 | 1101110 | 1000000 | 1000001 | 0 | 111001 | 11110010 | 110001 | 11101 |
Color Harmonies of #28266E
Complementary color
Monochromatic Colors of #28266E
Black with #28266E
Text Example
Text Example
White with #28266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28266E; }
p { color: rgb(40,38,110); }
H1.HeaderClassName
{
color: #28266E;
}
.AnyTagClassName
{
color: #28266E;
}
</style>
background-color css
<style>
a { background-color: #28266E; }
a { background-color: rgb(40,38,110); }
div.DivClassName
{
background-color: #28266E;
}
.BgClassName
{
background-color: #28266E;
}
</style>
border-color css
<style>
span { border-color: #28266E; }
span { border-color: rgb(40,38,110); }
td.TdClassName
{
border-color: #28266E;
}
.TagClassName
{
border-color: #28266E;
}
</style>