Shades of Indigo #3F0868
Tints of Indigo #3F0868
RGB
CMYK
RGB Variations
Color information
#3F0868 (or 0x3F0868) is known color: Indigo. HEX triplet: 3F, 08 and 68. RGB value is (63,8,104). Sum of RGB (Red+Green+Blue) = 63+8+104=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F0868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0868 is #C0F797. Grayscale: #232323. Windows color (decimal): -12646296 or 6817855. OLE color: 6817855.
HSL color Cylindrical-coordinate representation of color #3F0868: hue angle of 274.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0868 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 8 | 104 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.59 |
| HSL | 274.38º | 0.86% | 0.22% | - |
| HSV(B) | 274.38º | 0.92% | 0.41% | - |
| XYZ | 4.64 | 2.23 | 13.28 | - |
| YUV | 35.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 104 | 0.39 | 0.92 | 0 | 0.59 | 274.38 | 0.86 | 0.22 |
| Hex | 3F | 8 | 68 | 27 | 5C | 0 | 3B | 112 | 56 | 16 |
| Octal | 77 | 10 | 150 | 47 | 134 | 0 | 73 | 422 | 126 | 26 |
| Binary | 111111 | 1000 | 1101000 | 100111 | 1011100 | 0 | 111011 | 100010010 | 1010110 | 10110 |
Color Harmonies of #3F0868
Complementary color
Monochromatic Colors of #3F0868
Black with #3F0868
Text Example
Text Example
White with #3F0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0868; }
p { color: rgb(63,8,104); }
H1.HeaderClassName
{
color: #3F0868;
}
.AnyTagClassName
{
color: #3F0868;
}
</style>
background-color css
<style>
a { background-color: #3F0868; }
a { background-color: rgb(63,8,104); }
div.DivClassName
{
background-color: #3F0868;
}
.BgClassName
{
background-color: #3F0868;
}
</style>
border-color css
<style>
span { border-color: #3F0868; }
span { border-color: rgb(63,8,104); }
td.TdClassName
{
border-color: #3F0868;
}
.TagClassName
{
border-color: #3F0868;
}
</style>