Shades of Indigo #3F01B7
Tints of Indigo #3F01B7
RGB
CMYK
RGB Variations
Color information
#3F01B7 (or 0x3F01B7) is known color: Indigo. HEX triplet: 3F, 01 and B7. RGB value is (63,1,183). Sum of RGB (Red+Green+Blue) = 63+1+183=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 183 (71.88% from 255 or 74.09% from 247); Max value from RGB is 183 - color contains mainly: blue. Hex color #3F01B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F01B7 is #C0FE48. Grayscale: #272727. Windows color (decimal): -12648009 or 11993407. OLE color: 11993407.
HSL color Cylindrical-coordinate representation of color #3F01B7: hue angle of 260.44º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F01B7 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 1 | 183 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.28 |
| HSL | 260.44º | 0.99% | 0.36% | - |
| HSV(B) | 260.44º | 0.99% | 0.72% | - |
| XYZ | 10.61 | 4.5 | 45.11 | - |
| YUV | 40.29 | 208.54 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 183 | 0.66 | 0.99 | 0 | 0.28 | 260.44 | 0.99 | 0.36 |
| Hex | 3F | 1 | B7 | 42 | 63 | 0 | 1C | 104 | 63 | 24 |
| Octal | 77 | 1 | 267 | 102 | 143 | 0 | 34 | 404 | 143 | 44 |
| Binary | 111111 | 1 | 10110111 | 1000010 | 1100011 | 0 | 11100 | 100000100 | 1100011 | 100100 |
Color Harmonies of #3F01B7
Complementary color
Monochromatic Colors of #3F01B7
Black with #3F01B7
Text Example
Text Example
White with #3F01B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F01B7; }
p { color: rgb(63,1,183); }
H1.HeaderClassName
{
color: #3F01B7;
}
.AnyTagClassName
{
color: #3F01B7;
}
</style>
background-color css
<style>
a { background-color: #3F01B7; }
a { background-color: rgb(63,1,183); }
div.DivClassName
{
background-color: #3F01B7;
}
.BgClassName
{
background-color: #3F01B7;
}
</style>
border-color css
<style>
span { border-color: #3F01B7; }
span { border-color: rgb(63,1,183); }
td.TdClassName
{
border-color: #3F01B7;
}
.TagClassName
{
border-color: #3F01B7;
}
</style>