Shades of Indigo #3F0669
Tints of Indigo #3F0669
RGB
CMYK
RGB Variations
Color information
#3F0669 (or 0x3F0669) is known color: Indigo. HEX triplet: 3F, 06 and 69. RGB value is (63,6,105). Sum of RGB (Red+Green+Blue) = 63+6+105=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F0669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0669 is #C0F996. Grayscale: #212121. Windows color (decimal): -12646807 or 6882879. OLE color: 6882879.
HSL color Cylindrical-coordinate representation of color #3F0669: hue angle of 274.55º 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 #3F0669 is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 6 | 105 | - |
| CMYK | 0.4 | 0.94 | 0 | 0.59 |
| HSL | 274.55º | 0.89% | 0.22% | - |
| HSV(B) | 274.55º | 0.94% | 0.41% | - |
| XYZ | 4.66 | 2.21 | 13.54 | - |
| YUV | 34.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 105 | 0.4 | 0.94 | 0 | 0.59 | 274.55 | 0.89 | 0.22 |
| Hex | 3F | 6 | 69 | 28 | 5E | 0 | 3B | 113 | 59 | 16 |
| Octal | 77 | 6 | 151 | 50 | 136 | 0 | 73 | 423 | 131 | 26 |
| Binary | 111111 | 110 | 1101001 | 101000 | 1011110 | 0 | 111011 | 100010011 | 1011001 | 10110 |
Color Harmonies of #3F0669
Complementary color
Monochromatic Colors of #3F0669
Black with #3F0669
Text Example
Text Example
White with #3F0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0669; }
p { color: rgb(63,6,105); }
H1.HeaderClassName
{
color: #3F0669;
}
.AnyTagClassName
{
color: #3F0669;
}
</style>
background-color css
<style>
a { background-color: #3F0669; }
a { background-color: rgb(63,6,105); }
div.DivClassName
{
background-color: #3F0669;
}
.BgClassName
{
background-color: #3F0669;
}
</style>
border-color css
<style>
span { border-color: #3F0669; }
span { border-color: rgb(63,6,105); }
td.TdClassName
{
border-color: #3F0669;
}
.TagClassName
{
border-color: #3F0669;
}
</style>