Shades of Indigo #3F0889
Tints of Indigo #3F0889
RGB
CMYK
RGB Variations
Color information
#3F0889 (or 0x3F0889) is known color: Indigo. HEX triplet: 3F, 08 and 89. RGB value is (63,8,137). Sum of RGB (Red+Green+Blue) = 63+8+137=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F0889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0889 is #C0F776. Grayscale: #262626. Windows color (decimal): -12646263 or 8980543. OLE color: 8980543.
HSL color Cylindrical-coordinate representation of color #3F0889: hue angle of 265.58º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0889 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 8 | 137 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.46 |
| HSL | 265.58º | 0.89% | 0.28% | - |
| HSV(B) | 265.58º | 0.94% | 0.54% | - |
| XYZ | 6.65 | 3.04 | 23.9 | - |
| YUV | 39.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 137 | 0.54 | 0.94 | 0 | 0.46 | 265.58 | 0.89 | 0.28 |
| Hex | 3F | 8 | 89 | 36 | 5E | 0 | 2E | 10A | 59 | 1C |
| Octal | 77 | 10 | 211 | 66 | 136 | 0 | 56 | 412 | 131 | 34 |
| Binary | 111111 | 1000 | 10001001 | 110110 | 1011110 | 0 | 101110 | 100001010 | 1011001 | 11100 |
Color Harmonies of #3F0889
Complementary color
Monochromatic Colors of #3F0889
Black with #3F0889
Text Example
Text Example
White with #3F0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0889; }
p { color: rgb(63,8,137); }
H1.HeaderClassName
{
color: #3F0889;
}
.AnyTagClassName
{
color: #3F0889;
}
</style>
background-color css
<style>
a { background-color: #3F0889; }
a { background-color: rgb(63,8,137); }
div.DivClassName
{
background-color: #3F0889;
}
.BgClassName
{
background-color: #3F0889;
}
</style>
border-color css
<style>
span { border-color: #3F0889; }
span { border-color: rgb(63,8,137); }
td.TdClassName
{
border-color: #3F0889;
}
.TagClassName
{
border-color: #3F0889;
}
</style>