Shades of Indigo #3F0168
Tints of Indigo #3F0168
RGB
CMYK
RGB Variations
Color information
#3F0168 (or 0x3F0168) is known color: Indigo. HEX triplet: 3F, 01 and 68. RGB value is (63,1,104). Sum of RGB (Red+Green+Blue) = 63+1+104=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0168 is #C0FE97. Grayscale: #1E1E1E. Windows color (decimal): -12648088 or 6816063. OLE color: 6816063.
HSL color Cylindrical-coordinate representation of color #3F0168: hue angle of 276.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0168 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 1 | 104 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.59 |
| HSL | 276.12º | 0.98% | 0.21% | - |
| HSV(B) | 276.12º | 0.99% | 0.41% | - |
| XYZ | 4.56 | 2.08 | 13.26 | - |
| YUV | 31.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 104 | 0.39 | 0.99 | 0 | 0.59 | 276.12 | 0.98 | 0.21 |
| Hex | 3F | 1 | 68 | 27 | 63 | 0 | 3B | 114 | 62 | 15 |
| Octal | 77 | 1 | 150 | 47 | 143 | 0 | 73 | 424 | 142 | 25 |
| Binary | 111111 | 1 | 1101000 | 100111 | 1100011 | 0 | 111011 | 100010100 | 1100010 | 10101 |
Color Harmonies of #3F0168
Complementary color
Monochromatic Colors of #3F0168
Black with #3F0168
Text Example
Text Example
White with #3F0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0168; }
p { color: rgb(63,1,104); }
H1.HeaderClassName
{
color: #3F0168;
}
.AnyTagClassName
{
color: #3F0168;
}
</style>
background-color css
<style>
a { background-color: #3F0168; }
a { background-color: rgb(63,1,104); }
div.DivClassName
{
background-color: #3F0168;
}
.BgClassName
{
background-color: #3F0168;
}
</style>
border-color css
<style>
span { border-color: #3F0168; }
span { border-color: rgb(63,1,104); }
td.TdClassName
{
border-color: #3F0168;
}
.TagClassName
{
border-color: #3F0168;
}
</style>