Shades of Deep Koamaru #333161
Tints of Deep Koamaru #333161
RGB
CMYK
RGB Variations
Color information
#333161 (or 0x333161) is known color: Deep Koamaru. HEX triplet: 33, 31 and 61. RGB value is (51,49,97). Sum of RGB (Red+Green+Blue) = 51+49+97=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #333161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333161 is #CCCE9E. Grayscale: #363636. Windows color (decimal): -13422239 or 6369587. OLE color: 6369587.
HSL color Cylindrical-coordinate representation of color #333161: hue angle of 242.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #333161 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 49 | 97 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.62 |
| HSL | 242.5º | 0.33% | 0.29% | - |
| HSV(B) | 242.5º | 0.49% | 0.38% | - |
| XYZ | 4.62 | 3.76 | 11.79 | - |
| YUV | 55.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 97 | 0.47 | 0.49 | 0 | 0.62 | 242.5 | 0.33 | 0.29 |
| Hex | 33 | 31 | 61 | 2F | 31 | 0 | 3E | F2 | 21 | 1D |
| Octal | 63 | 61 | 141 | 57 | 61 | 0 | 76 | 362 | 41 | 35 |
| Binary | 110011 | 110001 | 1100001 | 101111 | 110001 | 0 | 111110 | 11110010 | 100001 | 11101 |
Color Harmonies of #333161
Complementary color
Monochromatic Colors of #333161
Black with #333161
Text Example
Text Example
White with #333161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333161; }
p { color: rgb(51,49,97); }
H1.HeaderClassName
{
color: #333161;
}
.AnyTagClassName
{
color: #333161;
}
</style>
background-color css
<style>
a { background-color: #333161; }
a { background-color: rgb(51,49,97); }
div.DivClassName
{
background-color: #333161;
}
.BgClassName
{
background-color: #333161;
}
</style>
border-color css
<style>
span { border-color: #333161; }
span { border-color: rgb(51,49,97); }
td.TdClassName
{
border-color: #333161;
}
.TagClassName
{
border-color: #333161;
}
</style>