Shades of Indigo #3D0271
Tints of Indigo #3D0271
RGB
CMYK
RGB Variations
Color information
#3D0271 (or 0x3D0271) is known color: Indigo. HEX triplet: 3D, 02 and 71. RGB value is (61,2,113). Sum of RGB (Red+Green+Blue) = 61+2+113=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0271 is #C2FD8E. Grayscale: #1F1F1F. Windows color (decimal): -12778895 or 7406141. OLE color: 7406141.
HSL color Cylindrical-coordinate representation of color #3D0271: hue angle of 271.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0271 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 2 | 113 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.56 |
| HSL | 271.89º | 0.97% | 0.23% | - |
| HSV(B) | 271.89º | 0.98% | 0.44% | - |
| XYZ | 4.93 | 2.23 | 15.79 | - |
| YUV | 32.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 113 | 0.46 | 0.98 | 0 | 0.56 | 271.89 | 0.97 | 0.23 |
| Hex | 3D | 2 | 71 | 2E | 62 | 0 | 38 | 110 | 61 | 17 |
| Octal | 75 | 2 | 161 | 56 | 142 | 0 | 70 | 420 | 141 | 27 |
| Binary | 111101 | 10 | 1110001 | 101110 | 1100010 | 0 | 111000 | 100010000 | 1100001 | 10111 |
Color Harmonies of #3D0271
Complementary color
Monochromatic Colors of #3D0271
Black with #3D0271
Text Example
Text Example
White with #3D0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0271; }
p { color: rgb(61,2,113); }
H1.HeaderClassName
{
color: #3D0271;
}
.AnyTagClassName
{
color: #3D0271;
}
</style>
background-color css
<style>
a { background-color: #3D0271; }
a { background-color: rgb(61,2,113); }
div.DivClassName
{
background-color: #3D0271;
}
.BgClassName
{
background-color: #3D0271;
}
</style>
border-color css
<style>
span { border-color: #3D0271; }
span { border-color: rgb(61,2,113); }
td.TdClassName
{
border-color: #3D0271;
}
.TagClassName
{
border-color: #3D0271;
}
</style>