Shades of Indigo #3F049D
Tints of Indigo #3F049D
RGB
CMYK
RGB Variations
Color information
#3F049D (or 0x3F049D) is known color: Indigo. HEX triplet: 3F, 04 and 9D. RGB value is (63,4,157). Sum of RGB (Red+Green+Blue) = 63+4+157=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F049D is #C0FB62. Grayscale: #262626. Windows color (decimal): -12647267 or 10290239. OLE color: 10290239.
HSL color Cylindrical-coordinate representation of color #3F049D: hue angle of 263.14º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F049D is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 4 | 157 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.38 |
| HSL | 263.14º | 0.95% | 0.32% | - |
| HSV(B) | 263.14º | 0.97% | 0.62% | - |
| XYZ | 8.18 | 3.58 | 32.16 | - |
| YUV | 39.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 157 | 0.60 | 0.97 | 0 | 0.38 | 263.14 | 0.95 | 0.32 |
| Hex | 3F | 4 | 9D | 3C | 61 | 0 | 26 | 107 | 5F | 20 |
| Octal | 77 | 4 | 235 | 74 | 141 | 0 | 46 | 407 | 137 | 40 |
| Binary | 111111 | 100 | 10011101 | 111100 | 1100001 | 0 | 100110 | 100000111 | 1011111 | 100000 |
Color Harmonies of #3F049D
Complementary color
Monochromatic Colors of #3F049D
Black with #3F049D
Text Example
Text Example
White with #3F049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F049D; }
p { color: rgb(63,4,157); }
H1.HeaderClassName
{
color: #3F049D;
}
.AnyTagClassName
{
color: #3F049D;
}
</style>
background-color css
<style>
a { background-color: #3F049D; }
a { background-color: rgb(63,4,157); }
div.DivClassName
{
background-color: #3F049D;
}
.BgClassName
{
background-color: #3F049D;
}
</style>
border-color css
<style>
span { border-color: #3F049D; }
span { border-color: rgb(63,4,157); }
td.TdClassName
{
border-color: #3F049D;
}
.TagClassName
{
border-color: #3F049D;
}
</style>