Shades of Indigo #3F0870
Tints of Indigo #3F0870
RGB
CMYK
RGB Variations
Color information
#3F0870 (or 0x3F0870) is known color: Indigo. HEX triplet: 3F, 08 and 70. RGB value is (63,8,112). Sum of RGB (Red+Green+Blue) = 63+8+112=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0870 is #C0F78F. Grayscale: #232323. Windows color (decimal): -12646288 or 7342143. OLE color: 7342143.
HSL color Cylindrical-coordinate representation of color #3F0870: hue angle of 271.73º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0870 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 8 | 112 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.56 |
| HSL | 271.73º | 0.87% | 0.24% | - |
| HSV(B) | 271.73º | 0.93% | 0.44% | - |
| XYZ | 5.06 | 2.4 | 15.53 | - |
| YUV | 36.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 112 | 0.44 | 0.93 | 0 | 0.56 | 271.73 | 0.87 | 0.24 |
| Hex | 3F | 8 | 70 | 2C | 5D | 0 | 38 | 110 | 57 | 18 |
| Octal | 77 | 10 | 160 | 54 | 135 | 0 | 70 | 420 | 127 | 30 |
| Binary | 111111 | 1000 | 1110000 | 101100 | 1011101 | 0 | 111000 | 100010000 | 1010111 | 11000 |
Color Harmonies of #3F0870
Complementary color
Monochromatic Colors of #3F0870
Black with #3F0870
Text Example
Text Example
White with #3F0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0870; }
p { color: rgb(63,8,112); }
H1.HeaderClassName
{
color: #3F0870;
}
.AnyTagClassName
{
color: #3F0870;
}
</style>
background-color css
<style>
a { background-color: #3F0870; }
a { background-color: rgb(63,8,112); }
div.DivClassName
{
background-color: #3F0870;
}
.BgClassName
{
background-color: #3F0870;
}
</style>
border-color css
<style>
span { border-color: #3F0870; }
span { border-color: rgb(63,8,112); }
td.TdClassName
{
border-color: #3F0870;
}
.TagClassName
{
border-color: #3F0870;
}
</style>