Shades of Indigo #3D0071
Tints of Indigo #3D0071
RGB
CMYK
RGB Variations
Color information
#3D0071 (or 0x3D0071) is known color: Indigo. HEX triplet: 3D, 00 and 71. RGB value is (61,0,113). Sum of RGB (Red+Green+Blue) = 61+0+113=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0071 is #C2FF8E. Grayscale: #1E1E1E. Windows color (decimal): -12779407 or 7405629. OLE color: 7405629.
HSL color Cylindrical-coordinate representation of color #3D0071: hue angle of 272.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0071 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 0 | 113 | - |
| CMYK | 0.46 | 1 | 0 | 0.56 |
| HSL | 272.39º | 1% | 0.22% | - |
| HSV(B) | 272.39º | 1% | 0.44% | - |
| XYZ | 4.91 | 2.18 | 15.79 | - |
| YUV | 31.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 113 | 0.46 | 1 | 0 | 0.56 | 272.39 | 1 | 0.22 |
| Hex | 3D | 0 | 71 | 2E | 64 | 0 | 38 | 110 | 64 | 16 |
| Octal | 75 | 0 | 161 | 56 | 144 | 0 | 70 | 420 | 144 | 26 |
| Binary | 111101 | 0 | 1110001 | 101110 | 1100100 | 0 | 111000 | 100010000 | 1100100 | 10110 |
Color Harmonies of #3D0071
Complementary color
Monochromatic Colors of #3D0071
Black with #3D0071
Text Example
Text Example
White with #3D0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0071; }
p { color: rgb(61,0,113); }
H1.HeaderClassName
{
color: #3D0071;
}
.AnyTagClassName
{
color: #3D0071;
}
</style>
background-color css
<style>
a { background-color: #3D0071; }
a { background-color: rgb(61,0,113); }
div.DivClassName
{
background-color: #3D0071;
}
.BgClassName
{
background-color: #3D0071;
}
</style>
border-color css
<style>
span { border-color: #3D0071; }
span { border-color: rgb(61,0,113); }
td.TdClassName
{
border-color: #3D0071;
}
.TagClassName
{
border-color: #3D0071;
}
</style>