Shades of Indigo #3D0771
Tints of Indigo #3D0771
RGB
CMYK
RGB Variations
Color information
#3D0771 (or 0x3D0771) is known color: Indigo. HEX triplet: 3D, 07 and 71. RGB value is (61,7,113). Sum of RGB (Red+Green+Blue) = 61+7+113=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D0771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0771 is #C2F88E. Grayscale: #222222. Windows color (decimal): -12777615 or 7407421. OLE color: 7407421.
HSL color Cylindrical-coordinate representation of color #3D0771: hue angle of 270.57º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0771 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 7 | 113 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.56 |
| HSL | 270.57º | 0.88% | 0.24% | - |
| HSV(B) | 270.57º | 0.94% | 0.44% | - |
| XYZ | 4.98 | 2.34 | 15.81 | - |
| YUV | 35.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 113 | 0.46 | 0.94 | 0 | 0.56 | 270.57 | 0.88 | 0.24 |
| Hex | 3D | 7 | 71 | 2E | 5E | 0 | 38 | 10F | 58 | 18 |
| Octal | 75 | 7 | 161 | 56 | 136 | 0 | 70 | 417 | 130 | 30 |
| Binary | 111101 | 111 | 1110001 | 101110 | 1011110 | 0 | 111000 | 100001111 | 1011000 | 11000 |
Color Harmonies of #3D0771
Complementary color
Monochromatic Colors of #3D0771
Black with #3D0771
Text Example
Text Example
White with #3D0771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0771; }
p { color: rgb(61,7,113); }
H1.HeaderClassName
{
color: #3D0771;
}
.AnyTagClassName
{
color: #3D0771;
}
</style>
background-color css
<style>
a { background-color: #3D0771; }
a { background-color: rgb(61,7,113); }
div.DivClassName
{
background-color: #3D0771;
}
.BgClassName
{
background-color: #3D0771;
}
</style>
border-color css
<style>
span { border-color: #3D0771; }
span { border-color: rgb(61,7,113); }
td.TdClassName
{
border-color: #3D0771;
}
.TagClassName
{
border-color: #3D0771;
}
</style>