Shades of Indigo #3F0986
Tints of Indigo #3F0986
RGB
CMYK
RGB Variations
Color information
#3F0986 (or 0x3F0986) is known color: Indigo. HEX triplet: 3F, 09 and 86. RGB value is (63,9,134). Sum of RGB (Red+Green+Blue) = 63+9+134=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F0986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0986 is #C0F679. Grayscale: #262626. Windows color (decimal): -12646010 or 8784191. OLE color: 8784191.
HSL color Cylindrical-coordinate representation of color #3F0986: hue angle of 265.92º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0986 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 9 | 134 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.47 |
| HSL | 265.92º | 0.87% | 0.28% | - |
| HSV(B) | 265.92º | 0.93% | 0.53% | - |
| XYZ | 6.45 | 2.97 | 22.79 | - |
| YUV | 39.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 134 | 0.53 | 0.93 | 0 | 0.47 | 265.92 | 0.87 | 0.28 |
| Hex | 3F | 9 | 86 | 35 | 5D | 0 | 2F | 10A | 57 | 1C |
| Octal | 77 | 11 | 206 | 65 | 135 | 0 | 57 | 412 | 127 | 34 |
| Binary | 111111 | 1001 | 10000110 | 110101 | 1011101 | 0 | 101111 | 100001010 | 1010111 | 11100 |
Color Harmonies of #3F0986
Complementary color
Monochromatic Colors of #3F0986
Black with #3F0986
Text Example
Text Example
White with #3F0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0986; }
p { color: rgb(63,9,134); }
H1.HeaderClassName
{
color: #3F0986;
}
.AnyTagClassName
{
color: #3F0986;
}
</style>
background-color css
<style>
a { background-color: #3F0986; }
a { background-color: rgb(63,9,134); }
div.DivClassName
{
background-color: #3F0986;
}
.BgClassName
{
background-color: #3F0986;
}
</style>
border-color css
<style>
span { border-color: #3F0986; }
span { border-color: rgb(63,9,134); }
td.TdClassName
{
border-color: #3F0986;
}
.TagClassName
{
border-color: #3F0986;
}
</style>