Shades of Indigo #3F0876
Tints of Indigo #3F0876
RGB
CMYK
RGB Variations
Color information
#3F0876 (or 0x3F0876) is known color: Indigo. HEX triplet: 3F, 08 and 76. RGB value is (63,8,118). Sum of RGB (Red+Green+Blue) = 63+8+118=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F0876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0876 is #C0F789. Grayscale: #242424. Windows color (decimal): -12646282 or 7735359. OLE color: 7735359.
HSL color Cylindrical-coordinate representation of color #3F0876: hue angle of 270º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0876 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 8 | 118 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.54 |
| HSL | 270º | 0.87% | 0.25% | - |
| HSV(B) | 270º | 0.93% | 0.46% | - |
| XYZ | 5.41 | 2.54 | 17.34 | - |
| YUV | 36.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 118 | 0.47 | 0.93 | 0 | 0.54 | 270 | 0.87 | 0.25 |
| Hex | 3F | 8 | 76 | 2F | 5D | 0 | 36 | 10E | 57 | 19 |
| Octal | 77 | 10 | 166 | 57 | 135 | 0 | 66 | 416 | 127 | 31 |
| Binary | 111111 | 1000 | 1110110 | 101111 | 1011101 | 0 | 110110 | 100001110 | 1010111 | 11001 |
Color Harmonies of #3F0876
Complementary color
Monochromatic Colors of #3F0876
Black with #3F0876
Text Example
Text Example
White with #3F0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0876; }
p { color: rgb(63,8,118); }
H1.HeaderClassName
{
color: #3F0876;
}
.AnyTagClassName
{
color: #3F0876;
}
</style>
background-color css
<style>
a { background-color: #3F0876; }
a { background-color: rgb(63,8,118); }
div.DivClassName
{
background-color: #3F0876;
}
.BgClassName
{
background-color: #3F0876;
}
</style>
border-color css
<style>
span { border-color: #3F0876; }
span { border-color: rgb(63,8,118); }
td.TdClassName
{
border-color: #3F0876;
}
.TagClassName
{
border-color: #3F0876;
}
</style>