Shades of Indigo #3D007F
Tints of Indigo #3D007F
RGB
CMYK
RGB Variations
Color information
#3D007F (or 0x3D007F) is known color: Indigo. HEX triplet: 3D, 00 and 7F. RGB value is (61,0,127). Sum of RGB (Red+Green+Blue) = 61+0+127=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D007F is #C2FF80. Grayscale: #202020. Windows color (decimal): -12779393 or 8323133. OLE color: 8323133.
HSL color Cylindrical-coordinate representation of color #3D007F: hue angle of 268.82º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D007F is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 61 | 0 | 127 | - |
| CMYK | 0.52 | 1 | 0 | 0.50 |
| HSL | 268.82º | 1% | 0.25% | - |
| HSV(B) | 268.82º | 1% | 0.5% | - |
| XYZ | 5.76 | 2.52 | 20.26 | - |
| YUV | 32.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 127 | 0.52 | 1 | 0 | 0.50 | 268.82 | 1 | 0.25 |
| Hex | 3D | 0 | 7F | 34 | 64 | 0 | 32 | 10D | 64 | 19 |
| Octal | 75 | 0 | 177 | 64 | 144 | 0 | 62 | 415 | 144 | 31 |
| Binary | 111101 | 0 | 1111111 | 110100 | 1100100 | 0 | 110010 | 100001101 | 1100100 | 11001 |
Color Harmonies of #3D007F
Complementary color
Monochromatic Colors of #3D007F
Black with #3D007F
Text Example
Text Example
White with #3D007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D007F; }
p { color: rgb(61,0,127); }
H1.HeaderClassName
{
color: #3D007F;
}
.AnyTagClassName
{
color: #3D007F;
}
</style>
background-color css
<style>
a { background-color: #3D007F; }
a { background-color: rgb(61,0,127); }
div.DivClassName
{
background-color: #3D007F;
}
.BgClassName
{
background-color: #3D007F;
}
</style>
border-color css
<style>
span { border-color: #3D007F; }
span { border-color: rgb(61,0,127); }
td.TdClassName
{
border-color: #3D007F;
}
.TagClassName
{
border-color: #3D007F;
}
</style>