Shades of Indigo #3F0668
Tints of Indigo #3F0668
RGB
CMYK
RGB Variations
Color information
#3F0668 (or 0x3F0668) is known color: Indigo. HEX triplet: 3F, 06 and 68. RGB value is (63,6,104). Sum of RGB (Red+Green+Blue) = 63+6+104=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F0668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0668 is #C0F997. Grayscale: #212121. Windows color (decimal): -12646808 or 6817343. OLE color: 6817343.
HSL color Cylindrical-coordinate representation of color #3F0668: hue angle of 274.9º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0668 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 6 | 104 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.59 |
| HSL | 274.9º | 0.89% | 0.22% | - |
| HSV(B) | 274.9º | 0.94% | 0.41% | - |
| XYZ | 4.61 | 2.19 | 13.28 | - |
| YUV | 34.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 104 | 0.39 | 0.94 | 0 | 0.59 | 274.9 | 0.89 | 0.22 |
| Hex | 3F | 6 | 68 | 27 | 5E | 0 | 3B | 113 | 59 | 16 |
| Octal | 77 | 6 | 150 | 47 | 136 | 0 | 73 | 423 | 131 | 26 |
| Binary | 111111 | 110 | 1101000 | 100111 | 1011110 | 0 | 111011 | 100010011 | 1011001 | 10110 |
Color Harmonies of #3F0668
Complementary color
Monochromatic Colors of #3F0668
Black with #3F0668
Text Example
Text Example
White with #3F0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0668; }
p { color: rgb(63,6,104); }
H1.HeaderClassName
{
color: #3F0668;
}
.AnyTagClassName
{
color: #3F0668;
}
</style>
background-color css
<style>
a { background-color: #3F0668; }
a { background-color: rgb(63,6,104); }
div.DivClassName
{
background-color: #3F0668;
}
.BgClassName
{
background-color: #3F0668;
}
</style>
border-color css
<style>
span { border-color: #3F0668; }
span { border-color: rgb(63,6,104); }
td.TdClassName
{
border-color: #3F0668;
}
.TagClassName
{
border-color: #3F0668;
}
</style>