Shades of Indigo #3F007B
Tints of Indigo #3F007B
RGB
CMYK
RGB Variations
Color information
#3F007B (or 0x3F007B) is known color: Indigo. HEX triplet: 3F, 00 and 7B. RGB value is (63,0,123). Sum of RGB (Red+Green+Blue) = 63+0+123=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F007B is #C0FF84. Grayscale: #202020. Windows color (decimal): -12648325 or 8060991. OLE color: 8060991.
HSL color Cylindrical-coordinate representation of color #3F007B: hue angle of 270.73º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F007B is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 0 | 123 | - |
| CMYK | 0.49 | 1 | 0 | 0.52 |
| HSL | 270.73º | 1% | 0.24% | - |
| HSV(B) | 270.73º | 1% | 0.48% | - |
| XYZ | 5.63 | 2.49 | 18.92 | - |
| YUV | 32.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 123 | 0.49 | 1 | 0 | 0.52 | 270.73 | 1 | 0.24 |
| Hex | 3F | 0 | 7B | 31 | 64 | 0 | 34 | 10F | 64 | 18 |
| Octal | 77 | 0 | 173 | 61 | 144 | 0 | 64 | 417 | 144 | 30 |
| Binary | 111111 | 0 | 1111011 | 110001 | 1100100 | 0 | 110100 | 100001111 | 1100100 | 11000 |
Color Harmonies of #3F007B
Complementary color
Monochromatic Colors of #3F007B
Black with #3F007B
Text Example
Text Example
White with #3F007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F007B; }
p { color: rgb(63,0,123); }
H1.HeaderClassName
{
color: #3F007B;
}
.AnyTagClassName
{
color: #3F007B;
}
</style>
background-color css
<style>
a { background-color: #3F007B; }
a { background-color: rgb(63,0,123); }
div.DivClassName
{
background-color: #3F007B;
}
.BgClassName
{
background-color: #3F007B;
}
</style>
border-color css
<style>
span { border-color: #3F007B; }
span { border-color: rgb(63,0,123); }
td.TdClassName
{
border-color: #3F007B;
}
.TagClassName
{
border-color: #3F007B;
}
</style>