Shades of Deep Koamaru #2E2D5C
Tints of Deep Koamaru #2E2D5C
RGB
CMYK
RGB Variations
Color information
#2E2D5C (or 0x2E2D5C) is known color: Deep Koamaru. HEX triplet: 2E, 2D and 5C. RGB value is (46,45,92). Sum of RGB (Red+Green+Blue) = 46+45+92=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E2D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D5C is #D1D2A3. Grayscale: #323232. Windows color (decimal): -13750948 or 6040878. OLE color: 6040878.
HSL color Cylindrical-coordinate representation of color #2E2D5C: hue angle of 241.28º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E2D5C is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 45 | 92 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.64 |
| HSL | 241.28º | 0.34% | 0.27% | - |
| HSV(B) | 241.28º | 0.51% | 0.36% | - |
| XYZ | 4 | 3.23 | 10.54 | - |
| YUV | 50.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 92 | 0.50 | 0.51 | 0 | 0.64 | 241.28 | 0.34 | 0.27 |
| Hex | 2E | 2D | 5C | 32 | 33 | 0 | 40 | F1 | 22 | 1B |
| Octal | 56 | 55 | 134 | 62 | 63 | 0 | 100 | 361 | 42 | 33 |
| Binary | 101110 | 101101 | 1011100 | 110010 | 110011 | 0 | 1000000 | 11110001 | 100010 | 11011 |
Color Harmonies of #2E2D5C
Complementary color
Monochromatic Colors of #2E2D5C
Black with #2E2D5C
Text Example
Text Example
White with #2E2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D5C; }
p { color: rgb(46,45,92); }
H1.HeaderClassName
{
color: #2E2D5C;
}
.AnyTagClassName
{
color: #2E2D5C;
}
</style>
background-color css
<style>
a { background-color: #2E2D5C; }
a { background-color: rgb(46,45,92); }
div.DivClassName
{
background-color: #2E2D5C;
}
.BgClassName
{
background-color: #2E2D5C;
}
</style>
border-color css
<style>
span { border-color: #2E2D5C; }
span { border-color: rgb(46,45,92); }
td.TdClassName
{
border-color: #2E2D5C;
}
.TagClassName
{
border-color: #2E2D5C;
}
</style>