Shades of Indigo #3D0689
Tints of Indigo #3D0689
RGB
CMYK
RGB Variations
Color information
#3D0689 (or 0x3D0689) is known color: Indigo. HEX triplet: 3D, 06 and 89. RGB value is (61,6,137). Sum of RGB (Red+Green+Blue) = 61+6+137=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D0689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0689 is #C2F976. Grayscale: #242424. Windows color (decimal): -12777847 or 8980029. OLE color: 8980029.
HSL color Cylindrical-coordinate representation of color #3D0689: hue angle of 265.19º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D0689 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 6 | 137 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.46 |
| HSL | 265.19º | 0.92% | 0.28% | - |
| HSV(B) | 265.19º | 0.96% | 0.54% | - |
| XYZ | 6.5 | 2.93 | 23.89 | - |
| YUV | 37.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 137 | 0.55 | 0.96 | 0 | 0.46 | 265.19 | 0.92 | 0.28 |
| Hex | 3D | 6 | 89 | 37 | 60 | 0 | 2E | 109 | 5C | 1C |
| Octal | 75 | 6 | 211 | 67 | 140 | 0 | 56 | 411 | 134 | 34 |
| Binary | 111101 | 110 | 10001001 | 110111 | 1100000 | 0 | 101110 | 100001001 | 1011100 | 11100 |
Color Harmonies of #3D0689
Complementary color
Monochromatic Colors of #3D0689
Black with #3D0689
Text Example
Text Example
White with #3D0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0689; }
p { color: rgb(61,6,137); }
H1.HeaderClassName
{
color: #3D0689;
}
.AnyTagClassName
{
color: #3D0689;
}
</style>
background-color css
<style>
a { background-color: #3D0689; }
a { background-color: rgb(61,6,137); }
div.DivClassName
{
background-color: #3D0689;
}
.BgClassName
{
background-color: #3D0689;
}
</style>
border-color css
<style>
span { border-color: #3D0689; }
span { border-color: rgb(61,6,137); }
td.TdClassName
{
border-color: #3D0689;
}
.TagClassName
{
border-color: #3D0689;
}
</style>