Shades of Indigo #3F0076
Tints of Indigo #3F0076
RGB
CMYK
RGB Variations
Color information
#3F0076 (or 0x3F0076) is known color: Indigo. HEX triplet: 3F, 00 and 76. RGB value is (63,0,118). Sum of RGB (Red+Green+Blue) = 63+0+118=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0076 is #C0FF89. Grayscale: #1F1F1F. Windows color (decimal): -12648330 or 7733311. OLE color: 7733311.
HSL color Cylindrical-coordinate representation of color #3F0076: hue angle of 272.03º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0076 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 0 | 118 | - |
| CMYK | 0.47 | 1 | 0 | 0.54 |
| HSL | 272.03º | 1% | 0.23% | - |
| HSV(B) | 272.03º | 1% | 0.46% | - |
| XYZ | 5.32 | 2.36 | 17.32 | - |
| YUV | 32.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 118 | 0.47 | 1 | 0 | 0.54 | 272.03 | 1 | 0.23 |
| Hex | 3F | 0 | 76 | 2F | 64 | 0 | 36 | 110 | 64 | 17 |
| Octal | 77 | 0 | 166 | 57 | 144 | 0 | 66 | 420 | 144 | 27 |
| Binary | 111111 | 0 | 1110110 | 101111 | 1100100 | 0 | 110110 | 100010000 | 1100100 | 10111 |
Color Harmonies of #3F0076
Complementary color
Monochromatic Colors of #3F0076
Black with #3F0076
Text Example
Text Example
White with #3F0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0076; }
p { color: rgb(63,0,118); }
H1.HeaderClassName
{
color: #3F0076;
}
.AnyTagClassName
{
color: #3F0076;
}
</style>
background-color css
<style>
a { background-color: #3F0076; }
a { background-color: rgb(63,0,118); }
div.DivClassName
{
background-color: #3F0076;
}
.BgClassName
{
background-color: #3F0076;
}
</style>
border-color css
<style>
span { border-color: #3F0076; }
span { border-color: rgb(63,0,118); }
td.TdClassName
{
border-color: #3F0076;
}
.TagClassName
{
border-color: #3F0076;
}
</style>