Shades of Indigo #3F0171
Tints of Indigo #3F0171
RGB
CMYK
RGB Variations
Color information
#3F0171 (or 0x3F0171) is known color: Indigo. HEX triplet: 3F, 01 and 71. RGB value is (63,1,113). Sum of RGB (Red+Green+Blue) = 63+1+113=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0171 is #C0FE8E. Grayscale: #1F1F1F. Windows color (decimal): -12648079 or 7405887. OLE color: 7405887.
HSL color Cylindrical-coordinate representation of color #3F0171: hue angle of 273.21º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0171 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 1 | 113 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.56 |
| HSL | 273.21º | 0.98% | 0.22% | - |
| HSV(B) | 273.21º | 0.99% | 0.44% | - |
| XYZ | 5.04 | 2.27 | 15.8 | - |
| YUV | 32.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 113 | 0.44 | 0.99 | 0 | 0.56 | 273.21 | 0.98 | 0.22 |
| Hex | 3F | 1 | 71 | 2C | 63 | 0 | 38 | 111 | 62 | 16 |
| Octal | 77 | 1 | 161 | 54 | 143 | 0 | 70 | 421 | 142 | 26 |
| Binary | 111111 | 1 | 1110001 | 101100 | 1100011 | 0 | 111000 | 100010001 | 1100010 | 10110 |
Color Harmonies of #3F0171
Complementary color
Monochromatic Colors of #3F0171
Black with #3F0171
Text Example
Text Example
White with #3F0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0171; }
p { color: rgb(63,1,113); }
H1.HeaderClassName
{
color: #3F0171;
}
.AnyTagClassName
{
color: #3F0171;
}
</style>
background-color css
<style>
a { background-color: #3F0171; }
a { background-color: rgb(63,1,113); }
div.DivClassName
{
background-color: #3F0171;
}
.BgClassName
{
background-color: #3F0171;
}
</style>
border-color css
<style>
span { border-color: #3F0171; }
span { border-color: rgb(63,1,113); }
td.TdClassName
{
border-color: #3F0171;
}
.TagClassName
{
border-color: #3F0171;
}
</style>