Shades of Indigo #3F017F
Tints of Indigo #3F017F
RGB
CMYK
RGB Variations
Color information
#3F017F (or 0x3F017F) is known color: Indigo. HEX triplet: 3F, 01 and 7F. RGB value is (63,1,127). Sum of RGB (Red+Green+Blue) = 63+1+127=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F017F is #C0FE80. Grayscale: #212121. Windows color (decimal): -12648065 or 8323391. OLE color: 8323391.
HSL color Cylindrical-coordinate representation of color #3F017F: hue angle of 269.52º 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 #3F017F is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 1 | 127 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.50 |
| HSL | 269.52º | 0.98% | 0.25% | - |
| HSV(B) | 269.52º | 0.99% | 0.5% | - |
| XYZ | 5.89 | 2.61 | 20.27 | - |
| YUV | 33.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 127 | 0.50 | 0.99 | 0 | 0.50 | 269.52 | 0.98 | 0.25 |
| Hex | 3F | 1 | 7F | 32 | 63 | 0 | 32 | 10E | 62 | 19 |
| Octal | 77 | 1 | 177 | 62 | 143 | 0 | 62 | 416 | 142 | 31 |
| Binary | 111111 | 1 | 1111111 | 110010 | 1100011 | 0 | 110010 | 100001110 | 1100010 | 11001 |
Color Harmonies of #3F017F
Complementary color
Monochromatic Colors of #3F017F
Black with #3F017F
Text Example
Text Example
White with #3F017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F017F; }
p { color: rgb(63,1,127); }
H1.HeaderClassName
{
color: #3F017F;
}
.AnyTagClassName
{
color: #3F017F;
}
</style>
background-color css
<style>
a { background-color: #3F017F; }
a { background-color: rgb(63,1,127); }
div.DivClassName
{
background-color: #3F017F;
}
.BgClassName
{
background-color: #3F017F;
}
</style>
border-color css
<style>
span { border-color: #3F017F; }
span { border-color: rgb(63,1,127); }
td.TdClassName
{
border-color: #3F017F;
}
.TagClassName
{
border-color: #3F017F;
}
</style>