Shades of Deep Koamaru #35315E
Tints of Deep Koamaru #35315E
RGB
CMYK
RGB Variations
Color information
#35315E (or 0x35315E) is known color: Deep Koamaru. HEX triplet: 35, 31 and 5E. RGB value is (53,49,94). Sum of RGB (Red+Green+Blue) = 53+49+94=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #35315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35315E is #CACEA1. Grayscale: #373737. Windows color (decimal): -13291170 or 6172981. OLE color: 6172981.
HSL color Cylindrical-coordinate representation of color #35315E: hue angle of 245.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35315E is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 49 | 94 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.63 |
| HSL | 245.33º | 0.31% | 0.28% | - |
| HSV(B) | 245.33º | 0.48% | 0.37% | - |
| XYZ | 4.59 | 3.76 | 11.07 | - |
| YUV | 55.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 94 | 0.44 | 0.48 | 0 | 0.63 | 245.33 | 0.31 | 0.28 |
| Hex | 35 | 31 | 5E | 2C | 30 | 0 | 3F | F5 | 1F | 1C |
| Octal | 65 | 61 | 136 | 54 | 60 | 0 | 77 | 365 | 37 | 34 |
| Binary | 110101 | 110001 | 1011110 | 101100 | 110000 | 0 | 111111 | 11110101 | 11111 | 11100 |
Color Harmonies of #35315E
Complementary color
Monochromatic Colors of #35315E
Black with #35315E
Text Example
Text Example
White with #35315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35315E; }
p { color: rgb(53,49,94); }
H1.HeaderClassName
{
color: #35315E;
}
.AnyTagClassName
{
color: #35315E;
}
</style>
background-color css
<style>
a { background-color: #35315E; }
a { background-color: rgb(53,49,94); }
div.DivClassName
{
background-color: #35315E;
}
.BgClassName
{
background-color: #35315E;
}
</style>
border-color css
<style>
span { border-color: #35315E; }
span { border-color: rgb(53,49,94); }
td.TdClassName
{
border-color: #35315E;
}
.TagClassName
{
border-color: #35315E;
}
</style>