Shades of Indigo #3F0271
Tints of Indigo #3F0271
RGB
CMYK
RGB Variations
Color information
#3F0271 (or 0x3F0271) is known color: Indigo. HEX triplet: 3F, 02 and 71. RGB value is (63,2,113). Sum of RGB (Red+Green+Blue) = 63+2+113=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0271 is #C0FD8E. Grayscale: #202020. Windows color (decimal): -12647823 or 7406143. OLE color: 7406143.
HSL color Cylindrical-coordinate representation of color #3F0271: hue angle of 272.97º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0271 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 2 | 113 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.56 |
| HSL | 272.97º | 0.97% | 0.23% | - |
| HSV(B) | 272.97º | 0.98% | 0.44% | - |
| XYZ | 5.05 | 2.29 | 15.8 | - |
| YUV | 32.89 | 173.21 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 113 | 0.44 | 0.98 | 0 | 0.56 | 272.97 | 0.97 | 0.23 |
| Hex | 3F | 2 | 71 | 2C | 62 | 0 | 38 | 111 | 61 | 17 |
| Octal | 77 | 2 | 161 | 54 | 142 | 0 | 70 | 421 | 141 | 27 |
| Binary | 111111 | 10 | 1110001 | 101100 | 1100010 | 0 | 111000 | 100010001 | 1100001 | 10111 |
Color Harmonies of #3F0271
Complementary color
Monochromatic Colors of #3F0271
Black with #3F0271
Text Example
Text Example
White with #3F0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0271; }
p { color: rgb(63,2,113); }
H1.HeaderClassName
{
color: #3F0271;
}
.AnyTagClassName
{
color: #3F0271;
}
</style>
background-color css
<style>
a { background-color: #3F0271; }
a { background-color: rgb(63,2,113); }
div.DivClassName
{
background-color: #3F0271;
}
.BgClassName
{
background-color: #3F0271;
}
</style>
border-color css
<style>
span { border-color: #3F0271; }
span { border-color: rgb(63,2,113); }
td.TdClassName
{
border-color: #3F0271;
}
.TagClassName
{
border-color: #3F0271;
}
</style>