Shades of Indigo #3F0068
Tints of Indigo #3F0068
RGB
CMYK
RGB Variations
Color information
#3F0068 (or 0x3F0068) is known color: Indigo. HEX triplet: 3F, 00 and 68. RGB value is (63,0,104). Sum of RGB (Red+Green+Blue) = 63+0+104=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0068 is #C0FF97. Grayscale: #1E1E1E. Windows color (decimal): -12648344 or 6815807. OLE color: 6815807.
HSL color Cylindrical-coordinate representation of color #3F0068: hue angle of 276.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0068 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 0 | 104 | - |
| CMYK | 0.39 | 1 | 0 | 0.59 |
| HSL | 276.35º | 1% | 0.2% | - |
| HSV(B) | 276.35º | 1% | 0.41% | - |
| XYZ | 4.55 | 2.06 | 13.25 | - |
| YUV | 30.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 104 | 0.39 | 1 | 0 | 0.59 | 276.35 | 1 | 0.2 |
| Hex | 3F | 0 | 68 | 27 | 64 | 0 | 3B | 114 | 64 | 14 |
| Octal | 77 | 0 | 150 | 47 | 144 | 0 | 73 | 424 | 144 | 24 |
| Binary | 111111 | 0 | 1101000 | 100111 | 1100100 | 0 | 111011 | 100010100 | 1100100 | 10100 |
Color Harmonies of #3F0068
Complementary color
Monochromatic Colors of #3F0068
Black with #3F0068
Text Example
Text Example
White with #3F0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0068; }
p { color: rgb(63,0,104); }
H1.HeaderClassName
{
color: #3F0068;
}
.AnyTagClassName
{
color: #3F0068;
}
</style>
background-color css
<style>
a { background-color: #3F0068; }
a { background-color: rgb(63,0,104); }
div.DivClassName
{
background-color: #3F0068;
}
.BgClassName
{
background-color: #3F0068;
}
</style>
border-color css
<style>
span { border-color: #3F0068; }
span { border-color: rgb(63,0,104); }
td.TdClassName
{
border-color: #3F0068;
}
.TagClassName
{
border-color: #3F0068;
}
</style>