Shades of Deep Koamaru #35316E
Tints of Deep Koamaru #35316E
RGB
CMYK
RGB Variations
Color information
#35316E (or 0x35316E) is known color: Deep Koamaru. HEX triplet: 35, 31 and 6E. RGB value is (53,49,110). Sum of RGB (Red+Green+Blue) = 53+49+110=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #35316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35316E is #CACE91. Grayscale: #383838. Windows color (decimal): -13291154 or 7221557. OLE color: 7221557.
HSL color Cylindrical-coordinate representation of color #35316E: hue angle of 243.93º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35316E is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 49 | 110 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.57 |
| HSL | 243.93º | 0.38% | 0.31% | - |
| HSV(B) | 243.93º | 0.55% | 0.43% | - |
| XYZ | 5.38 | 4.08 | 15.26 | - |
| YUV | 57.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 110 | 0.52 | 0.55 | 0 | 0.57 | 243.93 | 0.38 | 0.31 |
| Hex | 35 | 31 | 6E | 34 | 37 | 0 | 39 | F4 | 26 | 1F |
| Octal | 65 | 61 | 156 | 64 | 67 | 0 | 71 | 364 | 46 | 37 |
| Binary | 110101 | 110001 | 1101110 | 110100 | 110111 | 0 | 111001 | 11110100 | 100110 | 11111 |
Color Harmonies of #35316E
Complementary color
Monochromatic Colors of #35316E
Black with #35316E
Text Example
Text Example
White with #35316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35316E; }
p { color: rgb(53,49,110); }
H1.HeaderClassName
{
color: #35316E;
}
.AnyTagClassName
{
color: #35316E;
}
</style>
background-color css
<style>
a { background-color: #35316E; }
a { background-color: rgb(53,49,110); }
div.DivClassName
{
background-color: #35316E;
}
.BgClassName
{
background-color: #35316E;
}
</style>
border-color css
<style>
span { border-color: #35316E; }
span { border-color: rgb(53,49,110); }
td.TdClassName
{
border-color: #35316E;
}
.TagClassName
{
border-color: #35316E;
}
</style>