Shades of Deep Koamaru #3A375C
Tints of Deep Koamaru #3A375C
RGB
CMYK
RGB Variations
Color information
#3A375C (or 0x3A375C) is known color: Deep Koamaru. HEX triplet: 3A, 37 and 5C. RGB value is (58,55,92). Sum of RGB (Red+Green+Blue) = 58+55+92=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A375C is #C5C8A3. Grayscale: #3B3B3B. Windows color (decimal): -12961956 or 6043450. OLE color: 6043450.
HSL color Cylindrical-coordinate representation of color #3A375C: hue angle of 244.86º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A375C is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 55 | 92 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.64 |
| HSL | 244.86º | 0.25% | 0.29% | - |
| HSV(B) | 244.86º | 0.4% | 0.36% | - |
| XYZ | 5.04 | 4.4 | 10.71 | - |
| YUV | 60.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 92 | 0.37 | 0.40 | 0 | 0.64 | 244.86 | 0.25 | 0.29 |
| Hex | 3A | 37 | 5C | 25 | 28 | 0 | 40 | F5 | 19 | 1D |
| Octal | 72 | 67 | 134 | 45 | 50 | 0 | 100 | 365 | 31 | 35 |
| Binary | 111010 | 110111 | 1011100 | 100101 | 101000 | 0 | 1000000 | 11110101 | 11001 | 11101 |
Color Harmonies of #3A375C
Complementary color
Monochromatic Colors of #3A375C
Black with #3A375C
Text Example
Text Example
White with #3A375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A375C; }
p { color: rgb(58,55,92); }
H1.HeaderClassName
{
color: #3A375C;
}
.AnyTagClassName
{
color: #3A375C;
}
</style>
background-color css
<style>
a { background-color: #3A375C; }
a { background-color: rgb(58,55,92); }
div.DivClassName
{
background-color: #3A375C;
}
.BgClassName
{
background-color: #3A375C;
}
</style>
border-color css
<style>
span { border-color: #3A375C; }
span { border-color: rgb(58,55,92); }
td.TdClassName
{
border-color: #3A375C;
}
.TagClassName
{
border-color: #3A375C;
}
</style>