Shades of Indigo #3D017F
Tints of Indigo #3D017F
RGB
CMYK
RGB Variations
Color information
#3D017F (or 0x3D017F) is known color: Indigo. HEX triplet: 3D, 01 and 7F. RGB value is (61,1,127). Sum of RGB (Red+Green+Blue) = 61+1+127=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D017F is #C2FE80. Grayscale: #202020. Windows color (decimal): -12779137 or 8323389. OLE color: 8323389.
HSL color Cylindrical-coordinate representation of color #3D017F: hue angle of 268.57º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D017F is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 61 | 1 | 127 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.50 |
| HSL | 268.57º | 0.98% | 0.25% | - |
| HSV(B) | 268.57º | 0.99% | 0.5% | - |
| XYZ | 5.77 | 2.55 | 20.27 | - |
| YUV | 33.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 127 | 0.52 | 0.99 | 0 | 0.50 | 268.57 | 0.98 | 0.25 |
| Hex | 3D | 1 | 7F | 34 | 63 | 0 | 32 | 10D | 62 | 19 |
| Octal | 75 | 1 | 177 | 64 | 143 | 0 | 62 | 415 | 142 | 31 |
| Binary | 111101 | 1 | 1111111 | 110100 | 1100011 | 0 | 110010 | 100001101 | 1100010 | 11001 |
Color Harmonies of #3D017F
Complementary color
Monochromatic Colors of #3D017F
Black with #3D017F
Text Example
Text Example
White with #3D017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D017F; }
p { color: rgb(61,1,127); }
H1.HeaderClassName
{
color: #3D017F;
}
.AnyTagClassName
{
color: #3D017F;
}
</style>
background-color css
<style>
a { background-color: #3D017F; }
a { background-color: rgb(61,1,127); }
div.DivClassName
{
background-color: #3D017F;
}
.BgClassName
{
background-color: #3D017F;
}
</style>
border-color css
<style>
span { border-color: #3D017F; }
span { border-color: rgb(61,1,127); }
td.TdClassName
{
border-color: #3D017F;
}
.TagClassName
{
border-color: #3D017F;
}
</style>