Shades of Indigo #3D0061
Tints of Indigo #3D0061
RGB
CMYK
RGB Variations
Color information
#3D0061 (or 0x3D0061) is known color: Indigo. HEX triplet: 3D, 00 and 61. RGB value is (61,0,97). Sum of RGB (Red+Green+Blue) = 61+0+97=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0061 is #C2FF9E. Grayscale: #1C1C1C. Windows color (decimal): -12779423 or 6357053. OLE color: 6357053.
HSL color Cylindrical-coordinate representation of color #3D0061: hue angle of 277.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0061 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 0 | 97 | - |
| CMYK | 0.37 | 1 | 0 | 0.62 |
| HSL | 277.73º | 1% | 0.19% | - |
| HSV(B) | 277.73º | 1% | 0.38% | - |
| XYZ | 4.08 | 1.86 | 11.45 | - |
| YUV | 29.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 97 | 0.37 | 1 | 0 | 0.62 | 277.73 | 1 | 0.19 |
| Hex | 3D | 0 | 61 | 25 | 64 | 0 | 3E | 116 | 64 | 13 |
| Octal | 75 | 0 | 141 | 45 | 144 | 0 | 76 | 426 | 144 | 23 |
| Binary | 111101 | 0 | 1100001 | 100101 | 1100100 | 0 | 111110 | 100010110 | 1100100 | 10011 |
Color Harmonies of #3D0061
Complementary color
Monochromatic Colors of #3D0061
Black with #3D0061
Text Example
Text Example
White with #3D0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0061; }
p { color: rgb(61,0,97); }
H1.HeaderClassName
{
color: #3D0061;
}
.AnyTagClassName
{
color: #3D0061;
}
</style>
background-color css
<style>
a { background-color: #3D0061; }
a { background-color: rgb(61,0,97); }
div.DivClassName
{
background-color: #3D0061;
}
.BgClassName
{
background-color: #3D0061;
}
</style>
border-color css
<style>
span { border-color: #3D0061; }
span { border-color: rgb(61,0,97); }
td.TdClassName
{
border-color: #3D0061;
}
.TagClassName
{
border-color: #3D0061;
}
</style>