Shades of Deep Koamaru #393271
Tints of Deep Koamaru #393271
RGB
CMYK
RGB Variations
Color information
#393271 (or 0x393271) is known color: Deep Koamaru. HEX triplet: 39, 32 and 71. RGB value is (57,50,113). Sum of RGB (Red+Green+Blue) = 57+50+113=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #393271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393271 is #C6CD8E. Grayscale: #3B3B3B. Windows color (decimal): -13028751 or 7418425. OLE color: 7418425.
HSL color Cylindrical-coordinate representation of color #393271: hue angle of 246.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393271 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 50 | 113 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.56 |
| HSL | 246.67º | 0.39% | 0.32% | - |
| HSV(B) | 246.67º | 0.56% | 0.44% | - |
| XYZ | 5.81 | 4.34 | 16.15 | - |
| YUV | 59.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 113 | 0.50 | 0.56 | 0 | 0.56 | 246.67 | 0.39 | 0.32 |
| Hex | 39 | 32 | 71 | 32 | 38 | 0 | 38 | F7 | 27 | 20 |
| Octal | 71 | 62 | 161 | 62 | 70 | 0 | 70 | 367 | 47 | 40 |
| Binary | 111001 | 110010 | 1110001 | 110010 | 111000 | 0 | 111000 | 11110111 | 100111 | 100000 |
Color Harmonies of #393271
Complementary color
Monochromatic Colors of #393271
Black with #393271
Text Example
Text Example
White with #393271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393271; }
p { color: rgb(57,50,113); }
H1.HeaderClassName
{
color: #393271;
}
.AnyTagClassName
{
color: #393271;
}
</style>
background-color css
<style>
a { background-color: #393271; }
a { background-color: rgb(57,50,113); }
div.DivClassName
{
background-color: #393271;
}
.BgClassName
{
background-color: #393271;
}
</style>
border-color css
<style>
span { border-color: #393271; }
span { border-color: rgb(57,50,113); }
td.TdClassName
{
border-color: #393271;
}
.TagClassName
{
border-color: #393271;
}
</style>