Shades of Indigo #3F0884
Tints of Indigo #3F0884
RGB
CMYK
RGB Variations
Color information
#3F0884 (or 0x3F0884) is known color: Indigo. HEX triplet: 3F, 08 and 84. RGB value is (63,8,132). Sum of RGB (Red+Green+Blue) = 63+8+132=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0884 is #C0F77B. Grayscale: #262626. Windows color (decimal): -12646268 or 8652863. OLE color: 8652863.
HSL color Cylindrical-coordinate representation of color #3F0884: hue angle of 266.61º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0884 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 8 | 132 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.48 |
| HSL | 266.61º | 0.89% | 0.27% | - |
| HSV(B) | 266.61º | 0.94% | 0.52% | - |
| XYZ | 6.3 | 2.9 | 22.06 | - |
| YUV | 38.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 132 | 0.52 | 0.94 | 0 | 0.48 | 266.61 | 0.89 | 0.27 |
| Hex | 3F | 8 | 84 | 34 | 5E | 0 | 30 | 10B | 59 | 1B |
| Octal | 77 | 10 | 204 | 64 | 136 | 0 | 60 | 413 | 131 | 33 |
| Binary | 111111 | 1000 | 10000100 | 110100 | 1011110 | 0 | 110000 | 100001011 | 1011001 | 11011 |
Color Harmonies of #3F0884
Complementary color
Monochromatic Colors of #3F0884
Black with #3F0884
Text Example
Text Example
White with #3F0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0884; }
p { color: rgb(63,8,132); }
H1.HeaderClassName
{
color: #3F0884;
}
.AnyTagClassName
{
color: #3F0884;
}
</style>
background-color css
<style>
a { background-color: #3F0884; }
a { background-color: rgb(63,8,132); }
div.DivClassName
{
background-color: #3F0884;
}
.BgClassName
{
background-color: #3F0884;
}
</style>
border-color css
<style>
span { border-color: #3F0884; }
span { border-color: rgb(63,8,132); }
td.TdClassName
{
border-color: #3F0884;
}
.TagClassName
{
border-color: #3F0884;
}
</style>