Shades of Indigo #3D0072
Tints of Indigo #3D0072
RGB
CMYK
RGB Variations
Color information
#3D0072 (or 0x3D0072) is known color: Indigo. HEX triplet: 3D, 00 and 72. RGB value is (61,0,114). Sum of RGB (Red+Green+Blue) = 61+0+114=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0072 is #C2FF8D. Grayscale: #1E1E1E. Windows color (decimal): -12779406 or 7471165. OLE color: 7471165.
HSL color Cylindrical-coordinate representation of color #3D0072: hue angle of 272.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0072 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 0 | 114 | - |
| CMYK | 0.46 | 1 | 0 | 0.55 |
| HSL | 272.11º | 1% | 0.22% | - |
| HSV(B) | 272.11º | 1% | 0.45% | - |
| XYZ | 4.96 | 2.21 | 16.08 | - |
| YUV | 31.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 114 | 0.46 | 1 | 0 | 0.55 | 272.11 | 1 | 0.22 |
| Hex | 3D | 0 | 72 | 2E | 64 | 0 | 37 | 110 | 64 | 16 |
| Octal | 75 | 0 | 162 | 56 | 144 | 0 | 67 | 420 | 144 | 26 |
| Binary | 111101 | 0 | 1110010 | 101110 | 1100100 | 0 | 110111 | 100010000 | 1100100 | 10110 |
Color Harmonies of #3D0072
Complementary color
Monochromatic Colors of #3D0072
Black with #3D0072
Text Example
Text Example
White with #3D0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0072; }
p { color: rgb(61,0,114); }
H1.HeaderClassName
{
color: #3D0072;
}
.AnyTagClassName
{
color: #3D0072;
}
</style>
background-color css
<style>
a { background-color: #3D0072; }
a { background-color: rgb(61,0,114); }
div.DivClassName
{
background-color: #3D0072;
}
.BgClassName
{
background-color: #3D0072;
}
</style>
border-color css
<style>
span { border-color: #3D0072; }
span { border-color: rgb(61,0,114); }
td.TdClassName
{
border-color: #3D0072;
}
.TagClassName
{
border-color: #3D0072;
}
</style>